Improve vite server script by ensuring appCache is disabled on launch #1073 (#1086)

Signed off by @amitpanwar789
This commit is contained in:
Amit Panwar 2023-09-01 00:10:26 +05:30 committed by GitHub
parent 33aaf8c63f
commit 474332543a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ import { defineConfig } from 'vite'
export default defineConfig({
server: {
open: 'www/index.html'
open: 'www/index.html?appCache=false'
}
// build: {
// rollupOptions: {