Skip to content

Commit

Permalink
Adds zod-dev utility to eco-system section (#3113)
Browse files Browse the repository at this point in the history
* Adds `zod-dev` utility to eco-system section

* Tweak

---------

Co-authored-by: Colin McDonnell <[email protected]>
  • Loading branch information
schalkventer and colinhacks authored Feb 3, 2024
1 parent 0bf94b2 commit 931ffd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ There are a growing number of tools that are built atop or support Zod natively!

- [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod.
- [`zod-sandbox`](https://github.com/nereumelo/zod-sandbox): Controlled environment for testing zod schemas. [Live demo](https://zod-sandbox.vercel.app/).
- [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod runtime parsing in production.

## Installation

Expand Down
1 change: 1 addition & 0 deletions deno/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ There are a growing number of tools that are built atop or support Zod natively!

- [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod.
- [`zod-sandbox`](https://github.com/nereumelo/zod-sandbox): Controlled environment for testing zod schemas. [Live demo](https://zod-sandbox.vercel.app/).
- [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod runtime parsing in production.

## Installation

Expand Down

0 comments on commit 931ffd5

Please sign in to comment.