Spaces:
Sleeping
Sleeping
Update package.json
Browse files- 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
|
| 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",
|