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

    Type Alias DEBUG_MODE

    DEBUG_MODE: "production" | "production-debug" | "development"

    The debug mode of the app

    "production" - production mode with no debug
    
    "production-debug" - production mode with debug
    
    "development" - development mode with debug