Skip to content

Commit 03bf885

Browse files
committed
watch views
1 parent d339fbf commit 03bf885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"scripts": {
3838
"start": "node server.js",
39-
"dev": "npx nodemon server.js",
39+
"dev": "npx nodemon -e pug,js,json server.js",
4040
"test": "mocha --recursive",
4141
"check": "biome check .",
4242
"coverage": "npx nyc --report-dir coverage npm test",

0 commit comments

Comments
 (0)