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": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"options": {
|
||||
"browserTarget": "gisaf-app:build"
|
||||
"browserTarget": "gisaf-app:build",
|
||||
"proxyConfig": "proxy.conf.json"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue