mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 08:20:32 +00:00
989bc0037b
* Update ngsw-config.json * Update ngsw-config.json
46 lines
963 B
JSON
46 lines
963 B
JSON
{
|
|
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
|
|
"index": "/index.html",
|
|
"assetGroups": [
|
|
{
|
|
"name": "app",
|
|
"installMode": "prefetch",
|
|
"resources": {
|
|
"files": [
|
|
"/favicon.ico",
|
|
"/index.html",
|
|
"/manifest.webmanifest",
|
|
"/assets/i18n/**",
|
|
"/*.css",
|
|
"/*.js"
|
|
]
|
|
}
|
|
}, {
|
|
"name": "assets",
|
|
"installMode": "lazy",
|
|
"updateMode": "prefetch",
|
|
"resources": {
|
|
"files": [
|
|
"/assets/**",
|
|
"!/assets/i18n/**",
|
|
"/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"dataGroups": [
|
|
{
|
|
"name": "api-freshness",
|
|
"urls": [
|
|
"/GetMyzitadelPermissions"
|
|
],
|
|
"cacheConfig": {
|
|
"strategy": "freshness",
|
|
"maxSize": 100,
|
|
"maxAge": "1d",
|
|
"timeout": "0s"
|
|
}
|
|
}
|
|
]
|
|
}
|