UNPKG

vite-plugin-dotenvx

Version:

A Vite plugin to seamlessly integrate with dotenvx.

25 lines (14 loc) 345 B
export declare interface VitePluginDotenvxOptions { enabled?: boolean verbose?: boolean path?: string | string[] envKeysFile?: string overload?: boolean convention?: string applyInBuild?: boolean strict?: boolean ignore?: string[] generateExample?: boolean updateGitignore?: boolean exposeToClient?: string[] }