Lots of technical improvements
Some checks failed
Build, Test & Push Frontend / quality-check (pull_request) Failing after 41s
Build, Test & Push Frontend / docker (pull_request) Has been skipped

This commit is contained in:
Andreas Dahm
2026-06-02 15:48:31 +02:00
parent 102cdfcb52
commit a26443af8f
26 changed files with 1864 additions and 430 deletions

View File

@@ -29,6 +29,7 @@
"inlineStyleLanguage": "scss",
"assets": [
"src/assets/favicon.ico",
"src/manifest.webmanifest",
{
"glob": "**/*",
"input": "public"
@@ -59,7 +60,8 @@
"maximumError": "8kB"
}
],
"outputHashing": "all"
"outputHashing": "all",
"serviceWorker": "ngsw-config.json"
},
"development": {
"optimization": false,