↓ 3 callersFunctionserializeDbJson(
schema: z.ZodType<T, z.ZodTypeDef, unknown>,
value: T,
opts: { field?: string } = {},
)
packages/db/src/json.ts:33
↓ 2 callersFunctionapplyCorsHeaders(
res: Response,
origin: string | null,
allowedMethods = 'GET,POST,PUT,PATCH,DELETE,OPTIONS',
)
apps/worker/src/routes/public-hot.ts:25