feat: update to rolldown-vite and typescript-go

This commit is contained in:
Aarnav Tale
2025-08-18 16:18:08 -04:00
parent 17712cbb1c
commit a4a037ed68
6 changed files with 833 additions and 476 deletions
+7
View File
@@ -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,