Skip to content

Instantly share code, notes, and snippets.

@thanhdatvo
Created April 30, 2020 21:33
Show Gist options
  • Save thanhdatvo/688e9616d0d345ddae7cf03ccadcf2e0 to your computer and use it in GitHub Desktop.
Save thanhdatvo/688e9616d0d345ddae7cf03ccadcf2e0 to your computer and use it in GitHub Desktop.
Introduce nodemon.json
{
"ignore": [
".git",
"node_modules/**/node_modules"
],
"delay": "500"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment