[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": {
"verbose": true,
"ignore": [
"test/*",
"sample_data/*",
@@ -55,7 +56,6 @@
"uml/*",
"*.log",
"README.md"
],
"delay": "2500"
]
}
}