feat(front): add domain timeline

This commit is contained in:
Maël Gangloff
2024-07-27 13:42:46 +02:00
parent ea97e93f94
commit 3b890c83f6
3 changed files with 78 additions and 19 deletions

View File

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