Merge remote-tracking branch 'origin/backend-test' into front_foundation

This commit is contained in:
2025-05-07 11:16:15 +02:00
5 changed files with 2652 additions and 7 deletions

View File

@ -2,6 +2,7 @@ help:
@echo "make [clean dev-front prod dev-back dev]"
clean:
pkill -9 node
@cp config/frontdev.env front/MyINPulse-front/.env
@cp config/frontdev.env .env
@cp config/frontdev.env MyINPulse-back/.env