feat: add environment configurations for development and production

This commit is contained in:
Jan K9f 2025-01-19 20:01:19 +01:00
parent 3403dd4556
commit 4c51aaae3c
Signed by: jank
GPG key ID: 50620ADD22CD330B
4 changed files with 12 additions and 1 deletions

View file

@ -50,7 +50,13 @@
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.development.ts"
}
]
}
},
"defaultConfiguration": "production"