Replies: 1 comment 1 reply
-
Hi @jhlabs, what runtime such as wrangler, Bun or Deno do you use? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed an example to setup WebSockets with Hono + Durable Objects here #3206 (comment). I am using the Vite Cloudflare Pages setup for Hono. Now when I try to run this example I receive the following error:
Cannot find module 'cloudflare:workers'
. Are Durable Objects currently not supported when using Hono with Cloudflare Pages or am I just missing a dependency to make this work?Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions