- From this directory, set variables (or use a
.envloader before importing):
set NODE_ENV=development
set APP_URL=https://example.com
set DB_URL=https://db.example- Validate:
pnpm env:check
pnpm env:doctor
pnpm env:sync
pnpm env:docsThe CLI loads env.config.ts via jiti and reads the schema from the exported env object (internal schema attachment).