switch to static build

This commit is contained in:
2025-08-01 20:19:49 -05:00
parent 12ffcc4d72
commit 3eacf17f61
2 changed files with 5 additions and 5 deletions

View File

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