redirect environment.json to file

This commit is contained in:
Elio Bischof 2022-08-24 16:52:35 +02:00
parent 2652fe977e
commit 543161d8b4
No known key found for this signature in database
GPG Key ID: 7B383FDE4DDBF1BD

View File

@ -149,7 +149,7 @@ You can run the local console development server now.
```bash
# Console loads its target environment from the file console/src/assets/environment.json.
# 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
npm run generate