Change start script: fix heroku nodemon

This commit is contained in:
Nur Muhammad
2020-11-09 17:29:08 +08:00
parent 8c4929cd24
commit 7595b388e5

View File

@@ -4,7 +4,8 @@
"description": "Whatsapp api by Ngekoding", "description": "Whatsapp api by Ngekoding",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
"start": "nodemon app.js", "start": "node app.js",
"start:dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [ "keywords": [