refactor: use other way to save env

This commit is contained in:
2024-06-15 00:37:12 +03:00
parent aca3eb457a
commit c91973b185
6 changed files with 17 additions and 6 deletions

View File

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