mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-18 20:59:42 +02:00
12 lines
139 B
JSON
12 lines
139 B
JSON
{
|
|
"ignore": [
|
|
".git",
|
|
"node_modules",
|
|
"public",
|
|
"src/frontend"
|
|
],
|
|
"watch": [
|
|
"**/*"
|
|
],
|
|
"ext": "ts,js,twig"
|
|
}
|