config production proxy

This commit is contained in:
zhiqiang feng
2022-09-26 11:22:50 +08:00
parent 3c1ef3989b
commit 106a940a7d
+2 -1
View File
@@ -74,7 +74,8 @@
}, },
"configurations": { "configurations": {
"production": { "production": {
"browserTarget": "gzzn-admin:build:production" "browserTarget": "gzzn-admin:build:production",
"proxyConfig": "proxy-prod.conf.json"
} }
} }
}, },