mirror of
https://github.com/tale/headplane.git
synced 2026-08-24 19:46:29 +00:00
feat: upgrade react-router + hono-server
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user