mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-05 05:46:42 +03:00
15 lines
229 B
JSON
15 lines
229 B
JSON
{
|
|
"verbose": true,
|
|
"ignore": ["node_modules", ".next"],
|
|
"watch": [
|
|
"common/**/*",
|
|
"components/**/*",
|
|
"scenes/**/*",
|
|
"pages/**/*",
|
|
"public/**/*",
|
|
"index.js",
|
|
"server.js"
|
|
],
|
|
"ext": "js json"
|
|
}
|