Skip to content

Instantly share code, notes, and snippets.

@shsunmoonlee
Created June 4, 2019 08:15
Show Gist options
  • Save shsunmoonlee/70efa21c009feac897c0ffcdc9e7122a to your computer and use it in GitHub Desktop.
Save shsunmoonlee/70efa21c009feac897c0ffcdc9e7122a to your computer and use it in GitHub Desktop.
nodemon.json
{
"events": {
"restart": "kill-port 3010",
"crash": "kill-port 3010"
},
"delay": "1500"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment