🚚(project) rename desk occurences to impress
Rename desk occurences to impress.
This commit is contained in:
4
Makefile
4
Makefile
@@ -301,11 +301,11 @@ help:
|
|||||||
.PHONY: help
|
.PHONY: help
|
||||||
|
|
||||||
# Front
|
# Front
|
||||||
install-front-impress: ## Install the frontend dependencies of app Desk
|
install-front-impress: ## Install the frontend dependencies of app Impress
|
||||||
cd $(PATH_FRONT_IMPRESS) && yarn
|
cd $(PATH_FRONT_IMPRESS) && yarn
|
||||||
.PHONY: install-front-impress
|
.PHONY: install-front-impress
|
||||||
|
|
||||||
run-front-impress: ## Start app Desk
|
run-front-impress: ## Start app Impress
|
||||||
cd $(PATH_FRONT_IMPRESS) && yarn dev
|
cd $(PATH_FRONT_IMPRESS) && yarn dev
|
||||||
.PHONY: run-front-impress
|
.PHONY: run-front-impress
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
NEXT_PUBLIC_API_URL=https://desk-staging.beta.numerique.gouv.fr/api/v1.0/
|
NEXT_PUBLIC_API_URL=https://impress-staging.beta.numerique.gouv.fr/api/v1.0/
|
||||||
NEXT_PUBLIC_SIGNALING_URL=ws://localhost:4444
|
NEXT_PUBLIC_SIGNALING_URL=ws://localhost:4444
|
||||||
Reference in New Issue
Block a user