OptionalemptyTreat empty strings as missing values before validation.
OptionalonCalled when validation fails. Throw from this hook to customize the error.
OptionalprefixOptional prefix to filter env vars. Matching keys are stripped before
validation, so APP_DATABASE_URL becomes DATABASE_URL.
OptionalruntimeRuntime environment object. Defaults to process.env when available.
Standard Schema for validating the full environment object.
OptionalskipSkip validation and return the raw env object. This is intended for build phases where real secrets are unavailable.
Options for defining a single validated env loader.