front_foundation #13

Merged
piair merged 188 commits from front_foundation into main 2025-05-14 09:08:33 +02:00
Showing only changes of commit 3cd63e78e9 - Show all commits

View File

@ -2,7 +2,6 @@ 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
@ -24,7 +23,7 @@ keycloak: ./keycloak/.installed
keycloak/.installed:
@echo "running one time install"
@cd keycloak/CAS && sudo sh build.sh
@cd keycloak/CAS && sh build.sh
@touch ./keycloak/.installed
dev-front: clean vite keycloak