envzen-vite
v0.1.3
Published
Vite adapter for envzen
Downloads
19
Maintainers
Readme
envzen-vite
Vite plugin adapter for EnvZen.
Installation
npm install envzen-core envzen-viteUsage
// vite.config.ts
import { envGuardPlugin } from 'envzen-vite'
import { schema } from './env.js'
export default {
plugins: [envGuardPlugin(schema)],
}Validation runs in the buildStart hook, halting Vite on failure.
License
MIT
