processEnvSource
Function: processEnvSource()
Section titled “Function: processEnvSource()”processEnvSource():
ConfigSource
Defined in: sources.ts:13
A source that reads from process.env. SSR/server-side only;
in browsers process.env is an empty object after bundling.
Returns
Section titled “Returns”Example
Section titled “Example”sources: [processEnvSource()]