Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 972 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 972 Bytes

Env validation with valibot

Deploying your app with invalid environment variables is a hassle. This package helps you to avoid that. Inspired by t3-env which I highly recommend using if zod is already a production dependency. Otherwise, valibot may more efficient for just environment variable checking.

Getting Started

Read the documentation

Build Notes

Contribute

Using changesets so please remember to run "changeset" with any PR.
Give consideration for the summary as it is what will show up in the changelog.