deploy: change documentation provider using swagger

This commit is contained in:
2025-10-14 11:17:19 +07:00
parent 1d341c3a7c
commit 33eb554cf8
+1 -1
View File
@@ -7,7 +7,7 @@ type OpenApiDocumentation = Omit<Partial<OpenAPIV3.Document<OpenApiDocWithTagGro
export const swaggerPlugin = openapi({
path: '/swagger',
provider: 'scalar',
provider: 'swagger-ui',
mapJsonSchema: {
zod: z.toJSONSchema,
},