We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfb6bd commit 337c464Copy full SHA for 337c464
package.json
@@ -5,7 +5,8 @@
5
"main": "app.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "start": "nodemon src/app.js",
+ "start": "node src/app.js",
9
+ "mon": "nodemon src/app.js",
10
"watch": "watchify public/index.js -o public/bundle.js -v"
11
},
12
"author": "",
0 commit comments