opencode icon indicating copy to clipboard operation
opencode copied to clipboard

`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

Screen Shot 2026-01-09 at 9 20 12 PM

I've made a fix in #7527 which I tested would fix my build issue on #6154

connorads avatar Jan 09 '26 21:01 connorads