fix: start script on erro will crash docker and reload it automatically

This commit is contained in:
Josepablo Cruz Baas
2024-09-30 19:36:07 -06:00
parent bad210fc0b
commit 3180e0bad1

View File

@@ -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"
}, },