fix(deploy): sync docker workspace snapshot lockfile

This commit is contained in:
dirtydishes 2026-05-15 18:55:34 -04:00
parent 9c2e2e8bed
commit 0db40562ee
4 changed files with 1087 additions and 2 deletions

File diff suppressed because it is too large Load diff

View file

@ -11,8 +11,12 @@
"dev": "bun run scripts/dev.ts",
"dev:infra": "docker compose up",
"dev:infra:down": "docker compose down",
"dev:desktop": "bun run scripts/dev-desktop.ts",
"dev:desktop:remote": "bun run scripts/dev-desktop.ts --remote",
"dev:web": "bun --cwd=apps/web run dev",
"dev:services": "bun run scripts/dev-services.ts",
"package:desktop": "bun --cwd=apps/desktop run package",
"make:desktop": "bun --cwd=apps/desktop run make",
"deploy": "bun run scripts/deploy.ts",
"deploy:main": "./deploy main",
"deploy:current-branch": "./deploy current-branch",