fix: Merge branch 'main' of git.janis-eccarius.de:NowChess/NowChess-Frontend into feat/NCS-69

This commit is contained in:
shahdlala66
2026-05-12 22:18:09 +02:00
parent 7de4f3784b
commit 8eb27ba8b9
16 changed files with 537 additions and 35 deletions
+15 -4
View File
@@ -47,17 +47,25 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "4MB"
"maximumWarning": "1MB",
"maximumError": "5MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "1.5MB",
"maximumError": "2MB"
"maximumWarning": "1MB",
"maximumError": "5MB"
}
],
"outputHashing": "all"
},
"staging": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.staging.ts"
}
]
},
"development": {
"fileReplacements": [
{
@@ -83,6 +91,9 @@
"production": {
"buildTarget": "nowchess-frontend:build:production"
},
"staging": {
"buildTarget": "nowchess-frontend:build:staging"
},
"development": {
"buildTarget": "nowchess-frontend:build:development"
}