add start to package.json

main
kavehjamshidi 2 weeks ago
parent 718ce1ec74
commit fe299f5e57
  1. 3
      package.json

@ -5,7 +5,8 @@
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start server.js"
},
"keywords": [],
"author": "",

Loading…
Cancel
Save