zeed
    Preparing search index...

    Interface EnvOptions

    interface EnvOptions {
        debug?: boolean;
        encoding?: BufferEncoding;
        env?: Record<string, string>;
        filename?: string;
        mode?: string;
        path?: string;
        prefix?: string;
    }
    Index

    Properties

    debug?: boolean

    will probably be replaced by logLevel

    encoding?: BufferEncoding
    env?: Record<string, string>
    filename?: string
    mode?: string
    path?: string
    prefix?: string