We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11aeea0 commit 2484e0aCopy full SHA for 2484e0a
apps/bplan-client/vite.config.mts
@@ -5,6 +5,9 @@ import unoCss from 'unocss/vite'
5
6
export default defineConfig({
7
vite: {
8
+ build: {
9
+ ssrManifest: true,
10
+ },
11
plugins: [
12
unoCss('../../uno.config.ts'),
13
vitePwa({
0 commit comments