merging other routers to appRouter
Hey everyone, I am using the https://icflorescu.github.io/trpc-sveltekit package in my SvelteKit project. My question is not related to that package (at least I don't think it is) I figured I mention it since it might be related and I just don't know...
I am wondering if I have this code,
and say I also have
am I able to merge the
I am wondering if I have this code,
and say I also have
am I able to merge the
userRouter onto the appRouter directly within the /router/user.ts file?