removed PWA

This commit is contained in:
subnub
2025-02-21 13:24:18 -05:00
parent 3da5a09545
commit e58eff4c9a
+1 -7
View File
@@ -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",
},