import type { Context } from './context'; import { initTRPC } from '@trpc/server'; import SuperJSON from 'superjson'; export const t = initTRPC.context().create({ transformer: SuperJSON, });