1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

Update sw-full.ts

Signed-off-by: SpeedSlicer <143555953+SpeedSlicer@users.noreply.github.com>
This commit is contained in:
SpeedSlicer 2024-09-11 10:01:06 -04:00 committed by GitHub
parent 01c39342bb
commit 630ea30a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
// @ts-nocheck // @ts-nocheck
/*
const cacheVersion = '1.6'; const cacheVersion = '1.6';
const cacheName = `minexlauncher-full-v${cacheVersion}`; const cacheName = `minexlauncher-full-v${cacheVersion}`;
@ -57,3 +58,4 @@ self.addEventListener('fetch', (event) => {
}), }),
); );
}); });
*/