BSB Node.js Type Definitions
    Preparing search index...

    Interface MainBaseConfig

    Main base config

    interface MainBaseConfig {
        appId: string;
        mode: DEBUG_MODE;
        pluginName: string;
        cwd: string;
        packageCwd: string;
        pluginCwd: string;
        pluginVersion: string;
        region?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    appId: string

    The unique app id of the app that is running

    The mode the app is running in

    pluginName: string

    The name of the plugin

    cwd: string

    The current working directory of the app

    packageCwd: string

    The directory of the package that contains the plugin

    pluginCwd: string

    The directory of the plugin (src/plugins/{pluginName} or lib/plugins/{pluginName})

    pluginVersion: string
    region?: string

    The deployment region for resource context