feat: optimize Dockerfiles for dependency installation and update ngsw-config.json to remove unused data groups

This commit is contained in:
2026-05-16 17:04:03 +03:30
parent fe09aa4931
commit d996aacc29
4 changed files with 10 additions and 19 deletions
+1 -16
View File
@@ -41,22 +41,7 @@
"updateMode": "prefetch"
}
],
"dataGroups": [
{
"cacheConfig": {
"maxAge": "1h",
"maxSize": 100,
"strategy": "freshness",
"timeout": "10s"
},
"name": "api-fresh",
"urls": [
"/api/**",
"https://*/api/**",
"http://*/api/**"
]
}
],
"dataGroups": [],
"index": "/index.html",
"navigationUrls": [
"/**",