feat(WEB-127): add trpc to handle requests both serverside and clientside
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { createTRPCReact } from "@trpc/react-query"
|
||||
|
||||
import type { AppRouter } from "@/server"
|
||||
|
||||
export const api = createTRPCReact<AppRouter>({})
|
||||
Reference in New Issue
Block a user