predaytor
Explore posts from serversHow to setup Hono with Remix/Cloudflare for Vite dev server?
@makaron pelnoziarnisty yeah. here is a repo from the creator of hono (https://github.com/yusukebe/hono-and-remix-on-vite).
11 replies
How to setup Hono with Remix/Cloudflare for Vite dev server?
Currently, to run Remix with Cloudflare bindings locally, we rely on the
cloudflareDevProxyVitePlugin
plugin, which allows us to emulate getLoadContext
in dev mode, but we can't seem to integrate Hono entrypoint here:
/server/index.ts
:
/functions/[[path]].ts
:
vite.config.ts
:
11 replies