Open ghost opened 4 months ago
you can run pm2 on your own pm2 start --stop-exit-codes 0 npm -- start
. But it's a good idea to add pm2 to the script also.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
I found it useful to run the app with pm2 to monitor and restart the app when it crashes. may be you can incorporate pm2?