We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929590c commit d89074eCopy full SHA for d89074e
apps/bplan-client/vite.config.mts
@@ -11,7 +11,7 @@ export default defineConfig({
11
plugins: [
12
unoCss('../../uno.config.ts'),
13
vitePwa({
14
- includeAssets: ['*.svg', '*.png', 'robots.txt', '*.ogg'],
+ includeAssets: ['*.svg', '*.png', 'robots.txt', '*.ogg', 'index.html'],
15
injectRegister: null,
16
manifest: false,
17
registerType: 'prompt',
0 commit comments