feat: upgrade react-router + hono-server

This commit is contained in:
Aarnav Tale
2025-08-18 16:04:30 -04:00
parent 616b63bb71
commit 17712cbb1c
4 changed files with 1179 additions and 1096 deletions
+3
View File
@@ -35,6 +35,9 @@ export default defineConfig(({ isSsrBuild }) => ({
host: server.host,
port: server.port,
},
build: {
target: 'esnext',
},
ssr: {
target: 'node',
noExternal: isSsrBuild ? ['@libsql/client'] : undefined,