feat(web) back-end routing
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 15s
Build, Test and Deploy / build-and-push (push) Successful in 26s
Build, Test and Deploy / deploy (push) Successful in 5s

This commit is contained in:
2026-01-31 17:41:47 +01:00
parent 179ba2b85c
commit 85d7315e30
6 changed files with 28 additions and 4 deletions

View File

@@ -39,6 +39,19 @@
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"budgets": [
{
"type": "initial",
@@ -50,8 +63,7 @@
"maximumWarning": "4kB",
"maximumError": "8kB"
}
],
"outputHashing": "all"
]
},
"development": {
"optimization": false,
@@ -59,6 +71,7 @@
"sourceMap": true
}
},
"defaultConfiguration": "production"
},
"serve": {