url-minify/frontend/nodemon.json

7 lines
129 B
JSON
Raw Permalink Normal View History

2022-03-20 20:17:21 +00:00
{
"verbose": true,
"ignore": ["node_modules", ".next"],
"watch": ["server/**/*", "index.js"],
"ext": "js json"
}