samifalouti commited on
Commit
36eb33a
·
verified ·
1 Parent(s): 55d48a7

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +1 -1
package.json CHANGED
@@ -20,7 +20,7 @@
20
  "lint:fix": "npm run lint -- --fix && prettier app --write",
21
  "start:windows": "wrangler pages dev ./build/client",
22
  "start:unix": "bindings=$(./bindings.sh) && wrangler pages dev ./build/client $bindings",
23
- "start": "node -e \"const { spawn } = require('child_process'); const isWindows = process.platform === 'win32'; const cmd = isWindows ? 'npm run start:windows' : 'npm run start:unix'; const child = spawn(cmd, { shell: true, stdio: 'inherit' }); child.on('exit', code => process.exit(code));\"",
24
  "dockerstart": "bindings=$(./bindings.sh) && wrangler pages dev ./build/client $bindings --ip 0.0.0.0 --port 5173 --no-show-interactive-dev-session",
25
  "dockerrun": "docker run -it -d --name bolt-ai-live -p 5173:5173 --env-file .env.local bolt-ai",
26
  "dockerbuild:prod": "docker build -t bolt-ai:production -t bolt-ai:latest --target bolt-ai-production .",
 
20
  "lint:fix": "npm run lint -- --fix && prettier app --write",
21
  "start:windows": "wrangler pages dev ./build/client",
22
  "start:unix": "bindings=$(./bindings.sh) && wrangler pages dev ./build/client $bindings",
23
+ "start": "remix-serve ./build/client --port 7860",
24
  "dockerstart": "bindings=$(./bindings.sh) && wrangler pages dev ./build/client $bindings --ip 0.0.0.0 --port 5173 --no-show-interactive-dev-session",
25
  "dockerrun": "docker run -it -d --name bolt-ai-live -p 5173:5173 --env-file .env.local bolt-ai",
26
  "dockerbuild:prod": "docker build -t bolt-ai:production -t bolt-ai:latest --target bolt-ai-production .",