Created
September 8, 2016 14:27
-
-
Save catrielmuller/973a799c0fedede45bc4c4a13c500011 to your computer and use it in GitHub Desktop.
PM2 Sails
This file contains 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
{ | |
"apps" : [{ | |
"name": "sails", | |
"script": "app.js", | |
"watch": true, | |
"ignoreWatch" : [".tmp",".idea","views","node_modules"], | |
"node_args": ["--debug=5860"] | |
}] | |
} |
This file contains 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
pm2 app.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment