1
0

switch to ssr

This commit is contained in:
2025-07-30 18:05:26 -05:00
parent 0f5c015932
commit 0733fe6a06
2 changed files with 2 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ export default defineConfig({
plugins: [tailwindcss()],
},
output: 'server',
adapter: node({
mode: 'standalone',
}),