Step3
tsconst trpc = createTRPCClient<AppRouter>({links: [ httpBatchLink({url: 'ht tp://localhost:3000',}),],});const res = awaittrpc.greeting.query({ name: 'John' });
tsconst trpc = createTRPCClient<AppRouter>({link s: [httpBatchLink({url: 'ht tp://localhost:3000',}),],});const res = awaittrpc.greeting.query({ name: 'John' });