feat: upgrade react-router + hono-server
This commit is contained in:
parent
616b63bb71
commit
17712cbb1c
4 changed files with 1179 additions and 1096 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue