Skip to content

Commit

Permalink
test: removed vitepwa
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Mar 28, 2024
1 parent bad8fbe commit f2ce568
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ import { VitePWA } from 'vite-plugin-pwa';
// https://vitejs.dev/config/
export default defineConfig(({ mode }) => {
return {
plugins: [react(), VitePWA({ registerType: 'autoUpdate' })],
plugins: [
react(),
// VitePWA({
// registerType: 'autoUpdate',
// devOptions: {
// enabled: true,
// },
// }),
],
server: {
port: 7051,
host: '0.0.0.0',
Expand Down

0 comments on commit f2ce568

Please sign in to comment.