mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-05 13:35:24 +02:00
12 lines
179 B
JSON
12 lines
179 B
JSON
|
{
|
||
|
"ignore": [
|
||
|
"node_modules",
|
||
|
"src/frontend",
|
||
|
"public/dist"
|
||
|
],
|
||
|
"events": {
|
||
|
"restart": "echo \"App restarted due to: '$FILENAME'\""
|
||
|
},
|
||
|
"ext": "js,twig"
|
||
|
}
|