fix: recover old GTIN service worker caches

This commit is contained in:
desfoto automation
2026-09-25 20:08:25 +02:00
parent de6de3c6c4
commit 5e7fa9be05
11 changed files with 140 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
const sw = /** @type {ServiceWorkerGlobalScope} */ (/** @type {unknown} */ (self));
const CACHE_VERSION = '403b5842d1cd';
const CACHE_VERSION = '76462b4916fd';
const CACHE_PREFIX = 'desfoto-gtin-generator-';
const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`;