legends810 commited on
Commit
62c224f
·
verified ·
1 Parent(s): d0f5d98

Update package.json

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