property ConfigPluginOptions.envFilePath

Path or paths to .env files to load. Defaults to no file loading. When supplied, the runtime must provide fs (absent on edge platforms).

Ignored when ConfigPluginOptions.instance is set.

Type

string | readonly string[]

Usage

import { type ConfigPluginOptions } from "config-plugin/src/index.ts";