Skip to content

Commit

Permalink
Improve vite server script by ensuring appCache is disabled on launch #…
Browse files Browse the repository at this point in the history
…1073 (#1086)

Signed off by @amitpanwar789
  • Loading branch information
amitpanwar789 authored Aug 31, 2023
1 parent 33aaf8c commit 4743325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vite'

export default defineConfig({
server: {
open: 'www/index.html'
open: 'www/index.html?appCache=false'
}
// build: {
// rollupOptions: {
Expand Down

0 comments on commit 4743325

Please sign in to comment.