Created
February 24, 2017 20:46
-
-
Save schfkt/fadcb9be0e1b264e11a715d38e686f5f to your computer and use it in GitHub Desktop.
Nodemon sample config
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
{ | |
"ignore": [ | |
".git", | |
"node_modules", | |
".idea" | |
], | |
"verbose": true, | |
"ext": "js" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment