react ssr with bun vite and hono
I'm having trouble with @hono/vite-dev-server. The Vite instance isn't being set in Hono's context.
My vite.config.ts:
In server.ts:
Any idea what I'm missing?
link to github url : https://github.com/alidauda/ssr-hono
GitHub
GitHub - alidauda/ssr-hono
Contribute to alidauda/ssr-hono development by creating an account on GitHub.
1 Reply
Uh. Why do you expect Vite to set something in Context?
This isn’t consistent with any of the documentation I’ve seen
What are you trying to accomplish?