mirror of
https://github.com/cheveguerra/whatsapp-api-tutorial.git
synced 2026-04-17 19:36:59 +00:00
Change start script: fix heroku nodemon
This commit is contained in:
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user