From e58eff4c9a85c07ccd8d995c3ba265f7cd2cbf0f Mon Sep 17 00:00:00 2001 From: subnub Date: Fri, 21 Feb 2025 13:24:18 -0500 Subject: [PATCH] removed PWA --- vite.config.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 6fd3941..6375124 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -11,13 +11,7 @@ export default defineConfig(({ mode }) => { console.log(`\nBackend Development Proxy URL: ${proxyURL}/api\n`); return { - plugins: [ - react(), - visualizer(), - VitePWA({ - registerType: "autoUpdate", - }), - ], + plugins: [react(), visualizer()], build: { outDir: "dist-frontend", },