feat(core-trpc): add typed React tRPC client + getQueryClient

This commit is contained in:
2026-05-05 08:46:24 +02:00
parent a3b72f5a7f
commit 8d80361785
5 changed files with 33 additions and 7 deletions

View File

@@ -1 +1,3 @@
export {};
export { useTRPC, TRPCProvider } from "./client";
export { getQueryClient } from "./query-client";
export type { AppRouter } from "@repo/core-api";