Yusuke Wada

Results 1706 comments of Yusuke Wada

@Code-Hex If you can use Variables, KV, etc. and only Durable Objects are not working, then I think it is a Wrangler issue. I think there was a discussion about...

@Code-Hex Are you using a serve-static from `hono/cloudflare-workers`?

Hi @oscartbeaumont ! Sorry for the delay. This is awesome! I think it can be factored, but I would like you to write tests first. This project has e2e tests,...

Hi @youcefs21 @Blankeos Hmmmm. I've reconsidered this issue. However, the WebSocket matter is tricky for the Vite dev-server. We can trust `fetch` based API is common for Cloudflare, Deno, Bun,...

Hi @jamiehaywood Have you tried to use the `adapter`? https://github.com/honojs/vite-plugins/tree/main/packages/dev-server#adapter-1 It will load bindings and environment variables from `wrangler.toml`.

I think we can do it with the `adapter` feature. Closing this.

I don't know how to solve the problem with that much information, but I would recommend grabbing the Cloudflare Pages starter. https://hono.dev/getting-started/cloudflare-pages

Hi @Code-Hex, I'm currently refactoring the dev-server code. This won't involve any breaking changes, but there will be significant changes to the code base. I'll create a PR soon, but...

Hi @Code-Hex, I've refactored and added the `ENV` / `env` feature in PR #30, and have bumped to a new version. So, now you can go ahead with your PR!

Hi @kasa021 > How about deleting wrangler.toml from .gitignore as it's unlikely I'll actually gitignore it? I think we can remove `wrangler.toml` from `.gitignore`. If you don't mind, could you...