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

Update sw.ts

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

View File

@ -1,5 +1,5 @@
// @ts-nocheck // @ts-nocheck
const CACHE_VERSION = '1.6'; /*const CACHE_VERSION = '1.6';
const OFFLINE_URL = '/offline/'; const OFFLINE_URL = '/offline/';
const CACHE_ASSETS = [ const CACHE_ASSETS = [
OFFLINE_URL, OFFLINE_URL,
@ -90,3 +90,4 @@ self.addEventListener('fetch', (event) => {
); );
} }
}); });
*/