Skip to content

Instantly share code, notes, and snippets.

@intermundos
Created July 11, 2017 09:32
Show Gist options
  • Save intermundos/cc11dd1de694238ce93ab237c23f2e61 to your computer and use it in GitHub Desktop.
Save intermundos/cc11dd1de694238ce93ab237c23f2e61 to your computer and use it in GitHub Desktop.
nodemon.json
{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules"
],
"verbose": true,
"watch": [
"server"
],
"ext": "js json"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment