slate/nodemon.json

15 lines
229 B
JSON
Raw Permalink Normal View History

2020-02-19 09:30:47 +03:00
{
"verbose": true,
"ignore": ["node_modules", ".next"],
"watch": [
"common/**/*",
"components/**/*",
"scenes/**/*",
2020-02-19 09:30:47 +03:00
"pages/**/*",
"public/**/*",
"index.js",
"server.js"
],
"ext": "js json"
}