chore: forceLogging on prd

This commit is contained in:
Ayo Ayco 2024-08-18 10:20:32 +02:00
parent 9285372b26
commit 91067beb40

View file

@ -5,7 +5,7 @@ import { logInfo } from './utils/logger'
* @see https://ayco.io/n/@ayco/astro-sw
*/
const cacheName = `${__prefix ?? 'app'}-v${__version + '-' + Date.now()}`
const forceLogging = false;
const forceLogging = true;
const addResourcesToCache = async (resources) => {
const cache = await caches.open(cacheName);