♻️(frontend) replace env NEXT_PUBLIC_FEATURE_TEAM

NEXT_PUBLIC_FEATURE_TEAM is a buid-time env
variable, it is not easy to overload it per
environment.
We will use the config endpoint to get the
feature flag at runtime.
To do so, we are using the ConfigStore.
This commit is contained in:
Anthony LC
2024-08-20 10:31:34 +02:00
committed by Anthony LC
parent 75647fe289
commit 32889b9e8c
12 changed files with 111 additions and 19 deletions

View File

@@ -1,2 +1 @@
NEXT_PUBLIC_API_ORIGIN=http://localhost:8071
NEXT_PUBLIC_FEATURE_TEAM=true