refactor(pega): Removed Pega references from the application (TV-242)
Squashed commit of the following: commit f0af4736b6a196db9a1306ca8b355c62610905ee Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Thu Jun 3 06:32:21 2021 +0200 Removed PEGA references from repository
This commit is contained in:
21
angular.json
21
angular.json
@@ -83,19 +83,11 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"pega": {
|
||||
"api": {
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "apps/dafa-web/src/environments/environment.ts",
|
||||
"with": "apps/dafa-web/src/environments/environment.pega.ts"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dotnet": {
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "apps/dafa-web/src/environments/environment.ts",
|
||||
"with": "apps/dafa-web/src/environments/environment.dotnet.ts"
|
||||
"with": "apps/dafa-web/src/environments/environment.api.ts"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -111,12 +103,9 @@
|
||||
"production": {
|
||||
"browserTarget": "dafa-web:build:production"
|
||||
},
|
||||
"pega": {
|
||||
"browserTarget": "dafa-web:build:pega"
|
||||
},
|
||||
"dotnet": {
|
||||
"proxyConfig": "./config/proxy.conf.dotnet.json",
|
||||
"browserTarget": "dafa-web:build:dotnet"
|
||||
"api": {
|
||||
"proxyConfig": "./config/proxy.conf.api.json",
|
||||
"browserTarget": "dafa-web:build:api"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user