Answers for "start pm2 node process with flags"

2

pm2 node start

# only start will make it
pm2 start app.js
Posted by: Guest on February-12-2021
0

start pm2 node process with flags

pm2 start myServer.js --node-args="--production --port=1337"
Posted by: Guest on August-19-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language