Interface LocalInstallOptionsExperimental

interface LocalInstallOptions {
    directory: string;
    httpPort?: number;
    profile?: LocalInstallProfile;
    timeoutMs?: number;
}

Properties

directory: string
httpPort?: number
timeoutMs?: number