docs: add missing comma to environment config in build guide (#27476)
PR Close #27476
This commit is contained in:
parent
5638c1d507
commit
7df9040c05
|
@ -54,7 +54,7 @@ The following sets content sets default values for the production build target:
|
||||||
|
|
||||||
```
|
```
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: true
|
production: true,
|
||||||
apiUrl: 'http://my-prod-url'
|
apiUrl: 'http://my-prod-url'
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue