agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface NodeModulesMountConfig

    A native host_dir mount of a host node_modules directory at /root/node_modules, the serializable form agentOs({ options: { mounts } }) accepts across the NAPI boundary.

    interface NodeModulesMountConfig {
        path: "/root/node_modules";
        plugin: { config: { hostPath: string; readOnly: boolean }; id: "host_dir" };
        readOnly: boolean;
    }
    Index

    Properties

    Properties

    path: "/root/node_modules"
    plugin: { config: { hostPath: string; readOnly: boolean }; id: "host_dir" }
    readOnly: boolean