Skip to content

Instantly share code, notes, and snippets.

@goeroeku
Forked from cagataycali/babelInterpreter.sh
Created March 6, 2020 13:25
Show Gist options
  • Save goeroeku/7b0c4ab6b0773a36bcc3e92b80f40bab to your computer and use it in GitHub Desktop.
Save goeroeku/7b0c4ab6b0773a36bcc3e92b80f40bab 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