Stone.js API
    Preparing search index...

    Specifies .env file paths and options.

    interface DotenvFiles {
        default?: boolean;
        override?: boolean;
        path: string | string[];
    }
    Index
    default?: boolean

    Whether to use this configuration as the default.

    override?: boolean

    Whether to override existing values.

    path: string | string[]

    Paths to .env files.