Upgrading tRPC v10 to v11 in NextJS 15.0.1
I'm want to upgrade my tRPC to v11, I already follow the instructions on the docs https://trpc.io/docs/migrate-from-v10-to-v11#installation--upgrading using
Installation is running smoothly, but when i run
I thought i miss
How do i fix that? Thank you
pnpm.Installation is running smoothly, but when i run
pnpm build i get I thought i miss
pnpm prisma generate but as you can see in my package.json script, i already include it (i run it manually too) but an errors still exists. I try to hover the type on my vscode, it tell me correct type like the old (tRPC v10).How do i fix that? Thank you
