From 57f8cac058999bf66b06303cea3a05f25dcf3efd Mon Sep 17 00:00:00 2001 From: subnub Date: Fri, 21 Feb 2025 13:11:57 -0500 Subject: [PATCH] revert changes --- 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", },