Added symfony ux-turbo packages

This commit is contained in:
Jan Böhmer 2022-03-04 20:13:25 +01:00
parent 3e0745f859
commit 27b8fbd5b2
7 changed files with 122 additions and 3 deletions

View file

@ -1,4 +1,11 @@
{
"controllers": [],
"controllers": {
"@symfony/ux-turbo": {
"turbo-core": {
"enabled": true,
"fetch": "eager"
}
}
},
"entrypoints": []
}