From eb759c6b8718b34e08bbf9689533f7ddef6625fa Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 31 Jul 2025 11:12:44 -0400 Subject: [PATCH] debug sw --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 150b894..91a0f97 100644 --- a/public/index.html +++ b/public/index.html @@ -249,7 +249,7 @@ // --- Initializer --- signOutBtn.addEventListener('click', () => handleSignOut()); updateUI(); - + console.log("Attempting to register service worker..."); // Add the registration code here, inside the same script if ('serviceWorker' in navigator) { window.addEventListener('load', () => {