feat(api-client): add tRPC React Query provider and shared hooks

This commit is contained in:
2026-04-06 14:49:10 +02:00
parent a870b9e0e5
commit 8da107a446
6 changed files with 127 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
// @repo/api-client — Shared React Query hooks
export {};
export { ApiProvider } from "./provider.js";
export { useTRPC } from "./trpc.js";
export { getQueryClient } from "./query-client.js";