We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a4f02 commit 3957ef5Copy full SHA for 3957ef5
src/dotnet/APIView/ClientSPA/angular.json
@@ -56,12 +56,7 @@
56
},
57
"configurations": {
58
"production": {
59
-<<<<<<< HEAD
60
- "baseHref": "/",
61
- "deployUrl": "/spa/",
62
-=======
63
"baseHref": "/spa/browser/",
64
->>>>>>> 63a013751 (Update paths.)
65
"budgets": [
66
{
67
"type": "initial",
@@ -93,6 +88,7 @@
93
88
94
89
"serve": {
95
90
"builder": "@angular/build:dev-server",
91
+ "options": {},
96
92
97
98
"buildTarget": "ClientAPP:build:production"
0 commit comments