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.
1 parent 40b35d0 commit 2f09ec8Copy full SHA for 2f09ec8
package.json
@@ -10,8 +10,7 @@
10
"build": "run-s build:*",
11
"build:remix": "remix build --sourcemap",
12
"build:server": "tsx ./other/build-server.ts",
13
- "dev": "remix dev -c \"npm run dev:server\" --no-restart",
14
- "dev:server": "cross-env MOCKS=true tsx watch --clear-screen=false --ignore \"app/**\" --ignore \"build/**\" --ignore \"node_modules/**\" --inspect ./index.js",
+ "dev": "remix dev -c \"node ./server/dev-server.js\" --no-restart",
15
"prisma:studio": "prisma studio",
16
"format": "prettier --write .",
17
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
0 commit comments