Skip to content

Commit fc66400

Browse files
committed
chore: nodemon should watch only vite-server file
1 parent 869829d commit fc66400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://www.stormkit.io"
1010
},
1111
"scripts": {
12-
"dev": "NODE_NO_WARNINGS=1 nodemon --watch './**/*.ts' --exec 'node --loader ts-node/esm' src/vite-server.ts",
12+
"dev": "NODE_NO_WARNINGS=1 nodemon --watch './src/vite-server.ts' --exec 'node --loader ts-node/esm' src/vite-server.ts",
1313
"build": "npm run build:spa && npm run build:ssr && npm run build:ssg && npm run build:api",
1414
"build:spa": "tsc && vite build",
1515
"build:ssg": "tsc && SSG=true node --loader ts-node/esm ./src/vite-server.ts",

0 commit comments

Comments
 (0)