export const client = createTRPCProxyClient<UserRouter>({ links: [ httpBatchLink({ url: 'http://localhost:4001/u' }), ], });
Join the Discord to continue the conversation
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
4,724 Members