feat: update to rolldown-vite and typescript-go
This commit is contained in:
parent
17712cbb1c
commit
a4a037ed68
6 changed files with 833 additions and 476 deletions
|
|
@ -78,6 +78,13 @@ export default createHonoServer({
|
|||
overrideGlobalObjects: true,
|
||||
port: config.server.port,
|
||||
hostname: config.server.host,
|
||||
serveStaticOptions: {
|
||||
clientAssets: {
|
||||
// This is part of our monkey-patch for react-router-hono-server
|
||||
// To see the first part, go to the patches/ directory.
|
||||
rewriteRequestPath: (path) => path.replace(`${__PREFIX__}`, ''),
|
||||
},
|
||||
},
|
||||
|
||||
// Only log in development mode
|
||||
defaultLogger: import.meta.env.DEV,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue