Use node instead of nodemon for production
This commit is contained in:
parent
85fdbe085a
commit
1f3404da9a
|
|
@ -5,7 +5,7 @@
|
|||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "nodemon server.js",
|
||||
"start": "node server.js",
|
||||
"dev": "nodemon server.js"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user