add nodemon config to prevent server restart while developing front end

This commit is contained in:
Riley Davis
2017-01-18 10:02:15 -07:00
parent c03f85d4b6
commit 810cc002c9
+4
View File
@@ -0,0 +1,4 @@
{
"verbose": true,
"ignore": ["tests/*", "client/*", "dist/*"]
}