mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-08-03 19:38:36 -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({
|
export default defineConfig({
|
||||||
server: {
|
server: {
|
||||||
open: 'www/index.html'
|
open: 'www/index.html?appCache=false'
|
||||||
}
|
}
|
||||||
// build: {
|
// build: {
|
||||||
// rollupOptions: {
|
// rollupOptions: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user