Yusuke Wada
Yusuke Wada
Hi @ronster37 ! I've tried it in my environment, but it does not reproduce. I can add `export` for `CloudFrontResult`, but will it fixed with that change? ```diff diff --git...
@ronster37 Hmm..yes, strage. I think this is not a Node.js matter but a TypeScript problem. Can you try to create the project with the following command again? ```bash npm create...
@ronster37 Thank you for sharing the `tsconfig.json`! But it is weird. It does not show the error in my environment with your config. > I think removing it might be...
Hi @fdkevin0 ! Hmm, in my environment` Response.redirect` works fine, the error did not occur. By the way, Hono provides the shortcut function for redirecting: ```ts app.get('/', (c) => {...
Thanks! I was able to reproduce the error and found the cause. We will respond.
Hi @fdkevin0 ! I have found the cause of the problem, but I am not sure if we should correct it or not. The Response object returned by `Response.redirect()` is...
Hi @NicoPlyley Thank you for the PR! As @dario-piotrowicz said, we've discussed it internally and have some plans to improve the C3. So, sorry for changing what I said the...
Hi @NicoPlyley ! Ideally, for Hono's Pages template, C3 would also update `wrangler.toml`, generate a type definition file, and add the `cf-typegen` command to `package.json`. We can add the same...
Hi @Soviut Sounds good. It would be good to place it under `https://hono.dev/examples/`.
@Soviut Ah, you're right. It would also be good. By the way, I want to see the actual code for the example to handle DigitalOcean requests and responses.