You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve performance by awaiting the import of React Router build before starting the server. (instead of awaiting it in the first request)
If your server bundle is large, import can take a while, so this change will improve the first request performance since it will be done before the server starts listening.
1a21a8b: remove obsolete build target options from reactRouterHonoServer (fix a Vite 6/7 css build issue #141 )