UNPKG

bun-plugin-dotenvx

Version:

A Bun plugin for a seamless dotenvx experience.

21 lines (12 loc) 390 B
export declare interface DotenvxPluginOptions { path?: string | string[] overload?: boolean strict?: boolean ignore?: string[] envKeysFile?: string convention?: 'nextjs' logLevel?: 'error' | 'warn' | 'info' | 'verbose' | 'debug' | 'errorv' | 'errornocolor' | 'success' | 'successv' | 'help' | 'http' | 'blank' quiet?: boolean verbose?: boolean debug?: boolean }