Skip to content

Instantly share code, notes, and snippets.

@Jalalhejazi
Created May 15, 2017 10:50
Show Gist options
  • Save Jalalhejazi/44ceb65344d3fd1257d09090ef9c6add to your computer and use it in GitHub Desktop.
Save Jalalhejazi/44ceb65344d3fd1257d09090ef9c6add to your computer and use it in GitHub Desktop.
nodemon.json ignore exec watch
{
"verbose": false,
"ignore": [
".git",
"node_modules/**/node_modules"
],
"execMap": {
"js": "node"
},
"watch": [
"dist/server"
],
"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