mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-10 04:33:39 +00:00
redirect environment.json to file
This commit is contained in:
parent
2652fe977e
commit
543161d8b4
@ -149,7 +149,7 @@ You can run the local console development server now.
|
|||||||
```bash
|
```bash
|
||||||
# Console loads its target environment from the file console/src/assets/environment.json.
|
# Console loads its target environment from the file console/src/assets/environment.json.
|
||||||
# Load it from the backend.
|
# Load it from the backend.
|
||||||
curl -O ./src/assets/environment.json http://localhost:8080/ui/console/assets/environment.json
|
curl http://localhost:8080/ui/console/assets/environment.json > ./src/assets/environment.json
|
||||||
|
|
||||||
# Generate source files from Protos
|
# Generate source files from Protos
|
||||||
npm run generate
|
npm run generate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user