fix: start script on erro will crash docker and reload it automatically
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"description": "ETA API",
|
"description": "ETA API",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "nodemon src/",
|
"start": "node src/",
|
||||||
"dev": "nodemon src/",
|
"dev": "nodemon src/",
|
||||||
"test": "mocha test/lib/handlers/proposals"
|
"test": "mocha test/lib/handlers/proposals"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user