Created
June 16, 2014 08:52
-
-
Save warpdesign/ca2d7000d3df048a084c to your computer and use it in GitHub Desktop.
Passing arguments to nodejs using pm2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# will send--debug=7001 --trace-deprecation to nodejs executable | |
pm2 start myServer.js --node-args="--debug=7001 --trace-deprecation" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment