Add profiler

This commit is contained in:
2024-12-19 15:20:37 +01:00
parent ef9eecfdea
commit 4edf1516dd
6 changed files with 125 additions and 3 deletions

View File

@@ -9,4 +9,5 @@ return [
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
ApiPlatform\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
];