initial
This commit is contained in:
10
src/utils/trpc.ts
Normal file
10
src/utils/trpc.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import {} from "@trpc/client";
|
||||
import { httpBatchLink, createTRPCProxyClient } from "@trpc/client";
|
||||
|
||||
export const client = createTRPCProxyClient({
|
||||
links: [
|
||||
httpBatchLink({
|
||||
url: "http://localhost:3000",
|
||||
}),
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user