Vinay Khatri
Vinay Khatri
I have created a custom zod Instance to check any string if it contains "undefined" or "null" as string. ```ts import { z } from 'zod' export const cZ =...
### What version of Hono are you using? 4.7.5 ### What runtime/platform is your app running on? (with version if possible) Bun ### What steps can reproduce the bug? Use...
### What is the feature you are proposing? I am working on a pretty big project and we chose Hono.js for fast development but now we are regretting it considering...