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-zodsh
pnpm add fastify zod @marcalexiei/fastify-type-provider-zodsh
yarn add fastify zod @marcalexiei/fastify-type-provider-zodsh
bun add fastify zod @marcalexiei/fastify-type-provider-zod