We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c7a9f7 + e9e27e4 commit acd61feCopy full SHA for acd61fe
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"deploy": "npm run build && wrangler pages deploy",
10
"build": "remix vite:build",
11
- "dev": "node pre-start.cjs; remix vite:dev",
+ "dev": "node pre-start.cjs && remix vite:dev",
12
"test": "vitest --run",
13
"test:watch": "vitest",
14
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",
0 commit comments