Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 928 Bytes

File metadata and controls

14 lines (11 loc) · 928 Bytes

nestjs-zod example

This is an example nestjs app that shows how to integrate with nestjs-zod

Setup example

  • Example showing how to setup ZodValidationPipe and ZodSerializerInterceptor: app.module.ts
  • Example showing how to integrate cleanupOpenApiDoc: main.ts
  • Example showing how to implement custom zod error handling: http-exception.filter.ts

Usage examples