add pipeline ci/cd
This commit is contained in:
@@ -8,7 +8,7 @@ type OpenApiDocumentation = Omit<Partial<OpenAPIV3.Document<OpenApiDocWithTagGro
|
||||
|
||||
export const swaggerPlugin = openapi({
|
||||
path: '/swagger',
|
||||
provider: 'scalar',
|
||||
provider: 'swagger-ui',
|
||||
mapJsonSchema: {
|
||||
zod: z.toJSONSchema,
|
||||
},
|
||||
@@ -64,4 +64,7 @@ export const swaggerPlugin = openapi({
|
||||
},
|
||||
},
|
||||
} as OpenApiDocumentation,
|
||||
exclude: {
|
||||
paths: ['/live', '/ready', '/'],
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user