Update nodemon.json

This commit is contained in:
Yarmo Mackenbach 2020-11-07 23:43:35 +01:00
parent 3a3a4f8959
commit e69e58164a

View File

@ -1,5 +1,6 @@
{
"ignore": ["db.json"],
"ext": ".js,.json,.md",
"env": {
"NODE_ENV": "development"
}