Yusuke Wada
Yusuke Wada
Hi @morpig Indeed, we would like to have that feature. However, type-solving and handling of path parameters are difficult. So we do not plan to implement it at this time....
@watany-dev or @nakasyou If you have time, it would be helpful if you could make some examples of some patterns with SSG in your GitHub project!
Thanks @watany-dev We can close this issue now.
Hi @Karibash Sounds good! To enable `cause`, we have to update the `compilerOptions.target` to such as `ES2022` or `ESNext` in `tsconfig.json`, but I think it's good. https://github.com/honojs/hono/blob/06cb43aa8e256977ccc497e091087a4330060c9d/tsconfig.json#L3 Can you create...
This can be closed. Thanks!
It will be tough but, maybe we can do it.
Fixed!
Hi @jamiehaywood `Bindings` are type definitions for Cloudflare environment variables. If you want to access Cloudflare's environment variables or Cloudflare-product, write the definitions in `Bindings`. And you can access them...
> are you referring to environment variables set by the user in the wrangler.toml file or system environment variables set by Cloudflare? or both? Only `wrangler.toml` file. > so how...
Add to `Bindings`. The value that can be retrieved with `env(c)` is the value specified in `wrangler.toml` for Cloudflare and in `process.env` for Node.js and Bun. We can specify the...