openapi test

This commit is contained in:
miloschwartz 2025-04-06 16:06:50 -04:00
parent e827ba185e
commit cf3093fdb0
6 changed files with 76 additions and 9 deletions

6
server/extendZod.ts Normal file
View file

@ -0,0 +1,6 @@
import { extendZodWithOpenApi } from "@asteasolutions/zod-to-openapi";
import { z } from "zod";
extendZodWithOpenApi(z);
export default function extendZod() {}