feat: add root directory to env checker

This commit is contained in:
dextmorgn
2025-09-16 16:10:16 +02:00
parent dfc958884b
commit a4cd507562

View File

@@ -3,7 +3,7 @@ PROJECT_ROOT := $(shell pwd)
# --- Cibles phony (pas des fichiers) ---
.PHONY: install run stop infra api frontend celery clean dev check-env
ENV_DIRS := flowsint-api flowsint-core flowsint-app
ENV_DIRS := . flowsint-api flowsint-core flowsint-app
# --- Installation des dépendances ---