mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-25 08:09:41 +02:00
14 lines
155 B
JSON
14 lines
155 B
JSON
|
{
|
||
|
"verbose": true,
|
||
|
"ignore": [
|
||
|
".git",
|
||
|
"node_modules",
|
||
|
"public",
|
||
|
"src/frontend"
|
||
|
],
|
||
|
"watch": [
|
||
|
"**/*"
|
||
|
],
|
||
|
"ext": "js,twig"
|
||
|
}
|