Change start script name

This commit is contained in:
rui hildt 2020-06-17 12:54:03 +02:00
parent 3f6ff08e6c
commit 32477a1e57
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"prod": "node index.js"
"start": "node index.js"
},
"repository": {
"type": "git",