This commit is contained in:
_Bastler 2021-10-04 14:37:37 +02:00
parent 268fba6c97
commit 9a8f8a99ac

View File

@ -1,6 +1,19 @@
{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"dataGroups": [
{
"name": "api",
"urls": [
"/api"
],
"cacheConfig": {
"maxSize": 0,
"maxAge": "0u",
"strategy": "freshness"
}
}
],
"assetGroups": [
{
"name": "app",
@ -27,4 +40,4 @@
}
}
]
}
}