update env vars

This commit is contained in:
Jeff Emmett 2025-09-01 20:47:22 +02:00
parent 17ba57ce6e
commit 1d1b64fe7c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"scripts": {
"dev": "concurrently --kill-others --names client,worker --prefix-colors blue,red \"npm run dev:client\" \"npm run dev:worker\"",
"dev:client": "vite --host --port 5173",
"dev:worker": "wrangler dev --local --port 5172 --ip 0.0.0.0",
"dev:worker": "wrangler dev --remote --port 5172 --ip 0.0.0.0",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "tsc && vite build && vercel deploy --prod && wrangler deploy",