Add proxy config for ng serve
This commit is contained in:
parent
adce44722f
commit
534a41e962
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@
|
||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "gisaf-app:build"
|
"browserTarget": "gisaf-app:build",
|
||||||
|
"proxyConfig": "proxy.conf.json"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue