This comes with Enhancing Redwood: A Guide to Implementing Zod for Data Validation and Schema Sharing Between the API and Web Layers article. This is a try into implementing Zod as default validation feature for api and web layers in a Redwood app.
Prerequisites
- A redwood project
Boot
yarn rw prisma migrate dev
yarn rw exec symlink-common
yarn rw dev