Where would I initialize a 3rd party API to use in TRPC routes?
I am currently initializing this client in
server/client.ts
similar to the global definition of prisma. I then import client
in my TRPC router. Does this make sense or would it be smarter to do that somewhere else.
Best reards and thank you in advance 🙂0 Replies