feat : ajout de la debug bar en mod dev

This commit is contained in:
2026-01-23 15:13:53 +01:00
parent 2cd05a39ba
commit d32b607dda
9 changed files with 493 additions and 300 deletions

View File

@@ -74,7 +74,7 @@ build-without-cache:
--no-cache
migration-migrate:
$(SYMFONY_CONSOLE) bin/console doctrine:migrations:migrate --no-interaction
$(SYMFONY_CONSOLE) doctrine:migrations:migrate --no-interaction
# Attention, supprime votre bdd local
db-reset: