monad.ai
    Preparing search index...

    Interface MonadRuntimeConfig

    interface MonadRuntimeConfig {
        cleakerPkgDistDir: string;
        cwd: string;
        env: ProcessEnv;
        fetchProxyTimeoutMs: number;
        guiPkgDistDir: string;
        indexPath: string;
        localNamespaceRoot: string;
        mePkgDistDir: string;
        nodeDisplayName: string;
        nodeHostname: string;
        port: string | number;
        reactDomUmdDir: string;
        reactUmdDir: string;
        routesPath: string;
        selfNodeConfig: SelfNodeConfig | null;
    }
    Index

    Properties

    cleakerPkgDistDir: string
    cwd: string
    env: ProcessEnv
    fetchProxyTimeoutMs: number
    guiPkgDistDir: string
    indexPath: string
    localNamespaceRoot: string
    mePkgDistDir: string
    nodeDisplayName: string
    nodeHostname: string
    port: string | number
    reactDomUmdDir: string
    reactUmdDir: string
    routesPath: string
    selfNodeConfig: SelfNodeConfig | null