Description
ArkEnv validates environment variables from editor to runtime. The @arkenv/nuxt module (built with @nuxt/kit) validates your env vars against an ArkType, Zod, Valibot, or any Standard Schema definition at dev/build time, with typed access in your app.
Docs: https://arkenv.js.org/docs/nuxt
Repository
https://github.com/yamcodes/arkenv (module lives in packages/nuxt)
npm
https://www.npmjs.com/package/@arkenv/nuxt
Nuxt Compatibility
Nuxt 3, Nuxt 4
I've also opened #1546 with the module metadata (generated via pnpm sync), happy to adjust anything there based on your review.
Description
ArkEnv validates environment variables from editor to runtime. The
@arkenv/nuxtmodule (built with@nuxt/kit) validates your env vars against an ArkType, Zod, Valibot, or any Standard Schema definition at dev/build time, with typed access in your app.Docs: https://arkenv.js.org/docs/nuxt
Repository
https://github.com/yamcodes/arkenv (module lives in
packages/nuxt)npm
https://www.npmjs.com/package/@arkenv/nuxt
Nuxt Compatibility
Nuxt 3, Nuxt 4
I've also opened #1546 with the module metadata (generated via
pnpm sync), happy to adjust anything there based on your review.