Created
June 4, 2019 08:15
-
-
Save shsunmoonlee/70efa21c009feac897c0ffcdc9e7122a to your computer and use it in GitHub Desktop.
nodemon.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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