Added Pega API
This commit is contained in:
11
angular.json
11
angular.json
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user