This commit is contained in:
Peter Clement 2025-04-03 11:37:26 +01:00
parent c772194f7a
commit bc2da7d3b4
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ export const serveClientLibrary = async function (
export const serveServiceWorker = async function (ctx: Ctx) {
const serviceWorkerContent = `
self.addEventListener('install', () => {
self.addEventListener('install', () => {
self.skipWaiting();
});`