feat: add zod-to-openapi bootstrap for /api/v1 OpenAPI spec

This commit is contained in:
charles-gauthereau
2026-05-28 10:53:39 +02:00
parent a64fe1c08c
commit 6adb310f0c
+4
View File
@@ -0,0 +1,4 @@
import { extendZodWithOpenApi } from "@asteasolutions/zod-to-openapi";
import { z } from "zod";
extendZodWithOpenApi(z);