mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-08-03 11:28:21 -04:00
Ensure appCache is disabled when opening with vite server
This commit is contained in:
parent
26b96dd02a
commit
51479702af
@ -2,7 +2,7 @@ import { defineConfig } from 'vite'
|
||||
|
||||
export default defineConfig({
|
||||
server: {
|
||||
open: 'www/index.html'
|
||||
open: 'www/index.html?appCache=false'
|
||||
}
|
||||
// build: {
|
||||
// rollupOptions: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user