Skip to content

Commit 59b2fc7

Browse files
author
zchapple
committed
feat(core): initial commit
1 parent 7a61f79 commit 59b2fc7

8 files changed

+76
-82
lines changed

angular.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"serve": {
6262
"builder": "@angular-devkit/build-angular:dev-server",
6363
"options": {
64-
"browserTarget": "nest-ng-china-client:build"
64+
"browserTarget": "nest-ng-china-client:build",
65+
"proxyConfig": "proxy.conf.json"
6566
},
6667
"configurations": {
6768
"production": {
@@ -136,4 +137,4 @@
136137
}
137138
},
138139
"defaultProject": "nest-ng-china-client"
139-
}
140+
}

0 commit comments

Comments
 (0)