addig pm2 script
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "nodemon server.js",
|
"start": "nodemon server.js",
|
||||||
"start:server": "NODE_ENV=production node server.js"
|
"start:server": "pm2 start server.js --name \"my-server\" --env production"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Carlos Gutierrez <ingecarlos.gutierrez@gmail.com>",
|
"author": "Carlos Gutierrez <ingecarlos.gutierrez@gmail.com>",
|
||||||
|
Reference in New Issue
Block a user