This commit is contained in:
yohlo
2025-09-24 07:59:13 -05:00
parent 94ea44c66e
commit 6ed77dd471
11 changed files with 35 additions and 21 deletions

View File

@@ -18,5 +18,11 @@ export default defineConfig({
},
}),
react()
]
],
build: {
target: 'esnext',
},
ssr: {
target: 'node',
}
})