mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-08-03 11:28:21 -04:00
12 lines
242 B
JavaScript
12 lines
242 B
JavaScript
import { defineConfig } from 'vite'
|
|
|
|
export default defineConfig({
|
|
server: {
|
|
open: 'www/index.html?appCache=false'
|
|
}
|
|
// build: {
|
|
// rollupOptions: {
|
|
// input: 'www/index.html',
|
|
// }
|
|
// }
|
|
}); |