D3V-Server/backend/nodemon.json

8 lines
81 B
JSON
Raw Normal View History

2026-03-07 13:49:44 +00:00
{
"verbose": false,
"ignore": [
"data"
],
"ext": "js json ejs cjs"
}