Here is the standard you need to support both nodemon and Forever.js for this.
forever start -c "nodemon -r esm --harmony" app.js --exitcrash
Here is the standard you need to support both nodemon and Forever.js for this.
forever start -c "nodemon -r esm --harmony" app.js --exitcrash