Env: Node18 , npm
i'm using turborepo with the server as Honojs + hono-trpc adapter and the client as react vite
So i've already did the setup as said in the docs and everything is working perfectly everything returned from the trpc procedures is inferred except when i return a prisma query then the inferred type is "any" ??
Even though the procedure output is correct but the client is "any" only with prisma
i've already tried using superjson transformer still no luck