Files
calendar/apps/web/app/_trpc/HydrateClient.tsx
T

9 lines
201 B
TypeScript

"use client";
import { createHydrateClient } from "app/_trpc/createHydrateClient";
import superjson from "superjson";
export const HydrateClient = createHydrateClient({
transformer: superjson,
});