Skip to content

Instantly share code, notes, and snippets.

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