We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869829d commit fc66400Copy full SHA for fc66400
package.json
@@ -9,7 +9,7 @@
9
"url": "https://www.stormkit.io"
10
},
11
"scripts": {
12
- "dev": "NODE_NO_WARNINGS=1 nodemon --watch './**/*.ts' --exec 'node --loader ts-node/esm' src/vite-server.ts",
+ "dev": "NODE_NO_WARNINGS=1 nodemon --watch './src/vite-server.ts' --exec 'node --loader ts-node/esm' src/vite-server.ts",
13
"build": "npm run build:spa && npm run build:ssr && npm run build:ssg && npm run build:api",
14
"build:spa": "tsc && vite build",
15
"build:ssg": "tsc && SSG=true node --loader ts-node/esm ./src/vite-server.ts",
0 commit comments