Hangor
Sharing the app type from my hono api to my client in a monorepo
I've finally fixed the issue, it was related to tsconfig in my monorepo, prisma had nothing to do with it...
I had to enable composite: true in the server subrepo and add path reference in the client pointing to tsconfig in the server. Now it is working as expected 🙂
Thank you
14 replies