From 82f57df18c9bf3133ea9ac282cf3fdfdaf514896 Mon Sep 17 00:00:00 2001 From: Nathan Lamy Date: Wed, 30 Jul 2025 20:49:06 +0200 Subject: [PATCH] chore: remove service worker --- pwa.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pwa.config.ts b/pwa.config.ts index 1d6404a..ae6170e 100644 --- a/pwa.config.ts +++ b/pwa.config.ts @@ -1,7 +1,7 @@ export default { - workbox: { - importScripts: ["/sw/push.js"], - }, + // workbox: { + // importScripts: ["/sw/push.js"], + // }, includeAssets: [ "favicon.ico", "favicon-96x96.png",