costco-grocery-list/backend/nodemon.json
2026-01-02 13:55:54 -08:00

16 lines
201 B
JSON

{
"watch": [
"**/*.js",
".env"
],
"ext": "js,json",
"ignore": [
"node_modules/**",
"dist/**"
],
"legacyWatch": true,
"verbose": true,
"execMap": {
"js": "node"
}
}