Getting started
Prerequisites
This project requires fastify^5
and zod
:
text
"fastify": "^5.0.0",
"zod": "^3.25.67 || ^4"
Installation
Install the plugin and its peer dependencies with your preferred package manager
sh
npm install --save fastify zod @marcalexiei/fastify-type-provider-zod
sh
pnpm add fastify zod @marcalexiei/fastify-type-provider-zod
sh
yarn add fastify zod @marcalexiei/fastify-type-provider-zod
sh
bun add fastify zod @marcalexiei/fastify-type-provider-zod