GamerC0der commited on
Commit
1f371d4
·
verified ·
1 Parent(s): f75d063

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +1 -1
package.json CHANGED
@@ -13,7 +13,7 @@
13
  "scripts": {
14
  "deploy": "npm run build && wrangler pages deploy",
15
  "build": "remix vite:build",
16
- "dev": "node pre-start.cjs && remix vite:dev",
17
  "test": "vitest --run",
18
  "test:watch": "vitest",
19
  "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",
 
13
  "scripts": {
14
  "deploy": "npm run build && wrangler pages deploy",
15
  "build": "remix vite:build",
16
+ "dev": "node pre-start.cjs && remix vite:dev --host 0.0.0.0",
17
  "test": "vitest --run",
18
  "test:watch": "vitest",
19
  "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",