@squidcloud/backend
    Preparing search index...

    Interface WorkspaceClientOptions

    Construction options for hosts that supply their own RPC boundary or cache root.

    interface WorkspaceClientOptions {
        localCacheRoot?: string;
        rpcTransport?: WorkspaceRpcTransport;
    }
    Index
    localCacheRoot?: string

    Overrides this process's pod-local workspace cache root.

    rpcTransport?: WorkspaceRpcTransport

    Overrides the default Squid RPC transport.