Added Pega API

This commit is contained in:
Erik Tiekstra
2021-05-04 15:47:03 +02:00
parent 067b25c3aa
commit 9f5570ca6a
12 changed files with 129 additions and 28 deletions

View File

@@ -82,6 +82,14 @@
"maximumError": "10kb"
}
]
},
"pega": {
"fileReplacements": [
{
"replace": "apps/dafa-web/src/environments/environment.ts",
"with": "apps/dafa-web/src/environments/environment.pega.ts"
}
]
}
}
},
@@ -94,6 +102,9 @@
"configurations": {
"production": {
"browserTarget": "dafa-web:build:production"
},
"pega": {
"browserTarget": "dafa-web:build:pega"
}
}
},