probot
    Preparing search index...

    Type Alias ServerOptions

    type ServerOptions = {
        cwd?: string;
        host?: string;
        log?: Logger;
        loggingOptions?: LoggingOptions;
        port?: number;
        Probot: typeof Probot;
        request?: RequestRequestOptions;
        webhookPath?: string;
        webhookProxy?: string;
    }
    Index

    Properties

    cwd?: string
    host?: string
    log?: Logger
    loggingOptions?: LoggingOptions
    port?: number
    Probot: typeof Probot
    request?: RequestRequestOptions
    webhookPath?: string
    webhookProxy?: string