chore(crm): Supprime les fichiers manifest et favicon obsolètes, ajoute PWA.
```
This commit is contained in:
Serreau Jovann
2026-01-16 09:23:23 +01:00
parent 1ea996f8dd
commit e8e8481991
28 changed files with 383 additions and 63 deletions

View File

@@ -21,4 +21,6 @@ return [
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true],
Scheb\TwoFactorBundle\SchebTwoFactorBundle::class => ['all' => true],
Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
SpomkyLabs\PwaBundle\SpomkyLabsPwaBundle::class => ['all' => true],
WebPush\Bundle\WebPushBundle::class => ['all' => true],
];