`TS2589` type issue when adding new route to `server.ts`
Open
connorads
opened this issue 1 week ago
•
0 comments
Getting TS2589 (type instantiation depth) in openapi generation in #6154 because I add a new route
Apparently a known hono thing https://github.com/honojs/hono/issues/2399
I've made a fix in #7527 which I tested would fix my build issue on #6154