|
// @ts-expect-error FIXME The signature expects req and res. Which we don't have in an SSG context. |
const ssg = createProxySSGHelpers({
router: appRouter,
transformer: superjson,
// @ts-expect-error FIXME The signature expects req and res. Which we don't have in an SSG context.
ctx: {
prisma,
session: null,
cal.com/apps/web/server/lib/ssg.ts
Line 29 in e4b766b