1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 08:04:49 +00:00
This commit is contained in:
zumbiepig 2024-09-26 18:46:10 -07:00
parent 647c3d3bbc
commit af3ff62a94
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE
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,