Fix Docker workspace lockfile drift and add sync guard
This commit is contained in:
parent
e69bf295c8
commit
dc0aeaa7d2
8 changed files with 295 additions and 4 deletions
|
|
@ -12,7 +12,9 @@
|
|||
"dev:infra": "docker compose up",
|
||||
"dev:infra:down": "docker compose down",
|
||||
"dev:web": "bun --cwd=apps/web run dev",
|
||||
"dev:services": "bun run scripts/dev-services.ts"
|
||||
"dev:services": "bun run scripts/dev-services.ts",
|
||||
"sync:docker-workspace": "bun run scripts/sync-docker-workspace.ts",
|
||||
"check:docker-workspace": "bun run scripts/check-docker-workspace.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript-language-server": "^5.1.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue