We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd03700 commit 71be3beCopy full SHA for 71be3be
apps/bplan-client/vite.config.mts
@@ -16,6 +16,8 @@ export default defineConfig({
16
plugins: [
17
unoCss('../../uno.config.ts'),
18
vitePwa({
19
+ base: '/',
20
+ buildBase: '/_build/',
21
filename: 'sw.ts',
22
includeAssets: ['favicon.svg', 'robots.txt', '*.svg', '*.png', '*.html'],
23
injectRegister: null,
0 commit comments