Skip to content

Instantly share code, notes, and snippets.

@nickccm1122
Created March 5, 2019 15:27
Show Gist options
  • Save nickccm1122/98032a8df94daa8983f5476b8fdaf8bb to your computer and use it in GitHub Desktop.
Save nickccm1122/98032a8df94daa8983f5476b8fdaf8bb to your computer and use it in GitHub Desktop.
nodemon.json
{
"restartable": "rs",
"verbose": true,
"env": {
"NODE_ENV": "development"
},
"ext": "js,json,yaml,yml",
"ignore": [
"**/__fixtures__/**",
"**/__mocks__/**",
"**/__tests__/**",
"docs/**",
"tests/**"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment