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 e97fb1e commit a8c0520Copy full SHA for a8c0520
backend/package.json
@@ -9,7 +9,7 @@
9
"serve": "node sub-store.min.js",
10
"start": "nodemon -w src -w package.json --exec babel-node src/main.js",
11
"dev:esbuild": "nodemon -w src -w package.json dev-esbuild.js",
12
- "dev:run": "nodemon -w sub-store.json -w sub-store.min.js sub-store.min.js",
+ "dev:run": "nodemon -w sub-store.min.js sub-store.min.js",
13
"build": "gulp",
14
"bundle": "node bundle.js"
15
},
0 commit comments