This commit is contained in:
marvin
2024-11-18 11:30:44 +01:00
parent cd91c6d04d
commit ce178b820a
49 changed files with 10930 additions and 0 deletions

15
assets/controllers.json Normal file
View File

@@ -0,0 +1,15 @@
{
"controllers": {
"@symfony/ux-turbo": {
"turbo-core": {
"enabled": true,
"fetch": "eager"
},
"mercure-turbo-stream": {
"enabled": false,
"fetch": "eager"
}
}
},
"entrypoints": []
}