Skip to content

Instantly share code, notes, and snippets.

@psi-4ward
Created February 2, 2015 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save psi-4ward/d8fd395ea5c154979e65 to your computer and use it in GitHub Desktop.
Save psi-4ward/d8fd395ea5c154979e65 to your computer and use it in GitHub Desktop.
nodemon.json
{
"restartable": "rs",
"ignore": [
"packages/*/angular/",
"packages/*/gulpsi.json"
],
"verbose": false,
"watch": [
"packages/",
"server.js"
],
"env": {
"NODE_ENV": "development"
},
"ext": "js json"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment