feat: Umgebungen hinzugefügt und konfiguriert

This commit is contained in:
Developer 02
2024-07-17 10:59:21 +02:00
parent 8cfe57b30b
commit e86a9aaf29
4 changed files with 39 additions and 7 deletions

View File

@@ -54,7 +54,13 @@
"maximumError": "4kb"
}
],
"outputHashing": "all"
"outputHashing": "all",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
]
},
"development": {
"optimization": false,
@@ -106,4 +112,4 @@
}
}
}
}
}