Конфиг nodemon

This commit is contained in:
Book Pauk
2018-12-27 18:47:37 +07:00
parent 74030e31c8
commit 12f9b7a401

5
nodemon.json Normal file
View File

@@ -0,0 +1,5 @@
{
"ignore": ["node_modules", ".git", "client/**/*.*"],
"__exec": "node server"
}