Package Exports
- @launchql/env
- @launchql/env/esm/index.js
- @launchql/env/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@launchql/env) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@launchql/env
Environment management for LaunchQL projects. Provides unified configuration resolution from defaults, config files, environment variables, and overrides.
Features
- Config file discovery using
walkUputility - Environment variable parsing
- Unified merge hierarchy: defaults → config → env vars → overrides
- TypeScript support with full type safety
Usage
import { getEnvOptions } from '@launchql/env';
const options = getEnvOptions(overrides, cwd);