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:
Erik Tiekstra
2021-06-04 09:23:55 +02:00
parent 61c3c2ff59
commit d91b3e6445
10 changed files with 15 additions and 173 deletions

View File

@@ -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"
}
}
},