aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/server
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/server')
-rw-r--r--apps/web/server/api/client.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/server/api/client.ts b/apps/web/server/api/client.ts
index fb2d84bc..5cf2bbe3 100644
--- a/apps/web/server/api/client.ts
+++ b/apps/web/server/api/client.ts
@@ -56,3 +56,5 @@ export const createContext = async (
const createCaller = createCallerFactory(appRouter);
export const api = createCaller(createContext);
+
+export const createTrcpClientFromCtx = createCaller;