@karmaniverous/get-dotenv
    Preparing search index...

    Type Alias BatchPluginOptions

    type BatchPluginOptions = {
        logger?: Logger;
        scripts?: Scripts;
        shell?: string | boolean;
    }
    Index

    Properties

    logger?: Logger
    scripts?: Scripts
    shell?: string | boolean