We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8812846 commit 9242051Copy full SHA for 9242051
package.json
@@ -27,7 +27,7 @@
27
"scripts": {
28
"dev": "npm run build && concurrently npm:dev:tsc npm:dev:run",
29
"dev:tsc": "tsc --watch",
30
- "dev:run": "LOG_LEVEL=debug supervisor ./bin/www.js",
+ "dev:run": "LOG_LEVEL=debug supervisor -e 'node|js|ts|pug|json' ./bin/www.js",
31
"start": "node ./bin/www.js",
32
"init": "node ./bin/db.js init",
33
"upgrade": "node ./bin/db.js upgrade",
0 commit comments