yarmo.eu/nodemon.json

8 lines
100 B
JSON

{
"ignore": ["db.json"],
"ext": ".js,.json,.md",
"env": {
"NODE_ENV": "development"
}
}