diff options
Diffstat (limited to 'nodemon.json')
-rw-r--r-- | nodemon.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..3f2e7ed --- /dev/null +++ b/nodemon.json @@ -0,0 +1,10 @@ +{ + "delay": 2000, + "ext": "js,pug", + "ignore": [ + ".git", + "node_modules", + "public", + "tools" + ] +} |