feat(ci): add CI environment configuration and replace URL

This commit is contained in:
Jan K9f 2025-01-17 10:41:01 +01:00
commit 17f20461f8
Signed by: jank
GPG key ID: 50620ADD22CD330B
4 changed files with 18 additions and 1 deletions

View file

@ -52,6 +52,14 @@
"optimization": false,
"extractLicenses": false,
"sourceMap": true
},
"pipeline": {
"fileReplacements": [
{
"replace": "src/app/environments/environment.ts",
"with": "src/app/environments/environment.ci.ts"
}
]
}
},
"defaultConfiguration": "production"