Skip to content

Instantly share code, notes, and snippets.

@SeanChristopherConway
Forked from cagataycali/babelInterpreter.sh
Created February 21, 2018 06:08
Show Gist options
  • Save SeanChristopherConway/ab3897e6403cc11a70b5733f457f02e6 to your computer and use it in GitHub Desktop.
Save SeanChristopherConway/ab3897e6403cc11a70b5733f457f02e6 to your computer and use it in GitHub Desktop.
Start pm2 process with babel-node interpreter
pm2 start app.js --interpreter ./node_modules/.bin/babel-node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment