[skip CI]Updated nodemon config

This commit is contained in:
Klemek
2019-06-26 21:03:39 +02:00
parent 6af4012522
commit dfb93b6764
+2 -2
View File
@@ -48,6 +48,7 @@
] ]
}, },
"nodemonConfig": { "nodemonConfig": {
"verbose": true,
"ignore": [ "ignore": [
"test/*", "test/*",
"sample_data/*", "sample_data/*",
@@ -55,7 +56,6 @@
"uml/*", "uml/*",
"*.log", "*.log",
"README.md" "README.md"
], ]
"delay": "2500"
} }
} }