1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-09-26 18:46:10 -07:00
parent 647c3d3bbc
commit af3ff62a94
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// @ts-nocheck
const cacheName = `minexlauncher-full`;
self.addEventListener('install', (event) => {

View File

@@ -1,3 +1,5 @@
// @ts-nocheck
const OFFLINE_URL = '/offline.html';
const CACHE_ASSETS = [
OFFLINE_URL,