tRPC with part on NextJS Lambdas and part on Edge
How should I go with splitting tRPC to have some functions execute on serverless/lambdas and some on edge functions? I tried creating two separate routers with nested
withTRPC
s, but it didn't work.0 Replies