Getting started
Prerequisites
This project requires the following peer dependencies:
Peer dependency | Version range |
---|---|
fastify | ^5.0.0 |
zod | ^4.1.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