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", "main": "index.js",
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start server.js"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",

Loading…
Cancel
Save