From cce520598dc555411d69aa3af06159a38d7058ae Mon Sep 17 00:00:00 2001 From: Hikari Date: Fri, 20 Feb 2026 01:08:59 -0800 Subject: [PATCH] fix: add script to unregister old service worker The browser was still trying to load the deleted service worker file, causing errors. Added a script that runs on page load to unregister any existing service worker registrations. This ensures a clean slate after removing PWA functionality. --- apps/frontend/src/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/frontend/src/index.html b/apps/frontend/src/index.html index 6c2e516..46aa935 100644 --- a/apps/frontend/src/index.html +++ b/apps/frontend/src/index.html @@ -20,6 +20,16 @@ }); +