From 04092d8597c6c8d96fc08008b0c6a2841f65dda6 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Thu, 12 Oct 2023 13:43:11 +0530 Subject: [PATCH] refactor: make service worker ignore important routes --- packages/hoppscotch-selfhost-web/vite.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/hoppscotch-selfhost-web/vite.config.ts b/packages/hoppscotch-selfhost-web/vite.config.ts index 5995fa316..d32f419ae 100644 --- a/packages/hoppscotch-selfhost-web/vite.config.ts +++ b/packages/hoppscotch-selfhost-web/vite.config.ts @@ -223,6 +223,8 @@ export default defineConfig({ /twitter/, /github/, /announcements/, + /admin/, + /backend/, ], }, }),