fix build

This commit is contained in:
geoffsee
2025-06-18 10:41:39 -04:00
parent 0c999e0400
commit 7454c9b54b
6 changed files with 50 additions and 38 deletions

View File

@@ -13,7 +13,7 @@
"test:all": "bun run --filter='*' tests",
"client:dev": "(cd packages/client && bun run dev)",
"server:dev": "bun build:client && (cd packages/server && bun run dev)",
"build": "(cd packages/cloudflare-workers && bun run deploy:dry-run)",
"build": "(cd packages/cloudflare-workers/open-gsio && bun run deploy:dry-run)",
"build:client": "(cd packages/client && bun run vite build)",
"deploy": "(cd packages/cloudflare-workers && bun run deploy)",
"deploy:secrets": "wrangler secret bulk secrets.json -c packages/cloudflare-workers/open-gsio/wrangler.jsonc",