nodemon optimize

This commit is contained in:
Jörn-Michael Miehe 2018-12-16 22:50:20 +01:00
parent b40592e6d9
commit 4f143edc23

4
nodemon.json Normal file
View file

@ -0,0 +1,4 @@
{
"verbose": true,
"watch": ["server.coffee", "inc/*"]
}