front_foundation #13
Makefile
MyINPulse-back
config
documentation/openapi/src
front
Dockerfile
MyINPulse-front
index.htmlpackage-lock.jsonpackage.json
src
ApiClasses
Appointment.tsJoinRequest.tsJoinRequestDecision.tsProject.tsProjectDecision.tsRepport.tsSectionCell.tsUser.tsUserAdmin.tsUserEntrepreneur.ts
App.vuecomponents
AddProjectForm.vueAdminAppointments.vueAgendaComponent.vueAllEntrep.vueGetAppointments.vueHeaderComponent.vueLoginComponent.vuePendingProjectComponent.vuePendingRequestsManager.vueProjectComponent.vue
main.tscanvas
contact.tsicons
plugins
router
services
stores
views
3
Makefile
3
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user