17 lines
244 B
JSON
17 lines
244 B
JSON
{
|
|
"verbose": true,
|
|
"ignore": [
|
|
"node_modules",
|
|
".next",
|
|
"content/**/*",
|
|
"public/**/*"
|
|
],
|
|
"watch": [
|
|
"server/**/*",
|
|
"server.js",
|
|
"src/helpers.js",
|
|
"src/**/*",
|
|
"next.config.js"
|
|
],
|
|
"ext": "js json"
|
|
} |