Skip to content

Commit 337c464

Browse files
authored
Using node instead of nodemon as defaulst script
1 parent 2cfb6bd commit 337c464

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "app.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "nodemon src/app.js",
8+
"start": "node src/app.js",
9+
"mon": "nodemon src/app.js",
910
"watch": "watchify public/index.js -o public/bundle.js -v"
1011
},
1112
"author": "",

0 commit comments

Comments
 (0)