| 1 | import { TRPCError, initTRPC } from "@trpc/server"; |
| 2 | import { type CreateNextContextOptions } from "@trpc/server/adapters/next"; |
| 3 | import superjson from "superjson"; |
| 4 | import { type OpenApiMeta } from "trpc-openapi"; |
nothing calls this directly
no test coverage detected