@valon-technologies/gestalt
    Preparing search index...

    Interface StartHostedAppRequest

    interface StartHostedAppRequest {
        sessionId: string;
        appName: string;
        command?: string;
        args?: readonly string[];
        env?: Record<string, string>;
        allowedHosts?: readonly string[];
        defaultAction?: string;
        hostBinary?: string;
        workdir?: string;
    }
    Index

    Properties

    sessionId: string
    appName: string
    command?: string
    args?: readonly string[]
    env?: Record<string, string>
    allowedHosts?: readonly string[]
    defaultAction?: string
    hostBinary?: string
    workdir?: string