Skip to content

Commit

Permalink
Ensure appCache is disabled when opening with vite server
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Aug 25, 2023
1 parent 26b96dd commit 5147970
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 5147970

Please sign in to comment.