Prelude API
    Preparing search index...

    Type Alias DfsOptions

    type DfsOptions = {
        allowOutsideRoot?: boolean;
        followLinks?: boolean;
    }
    Index
    allowOutsideRoot?: boolean

    Permit followed links to resolve outside the requested root. Defaults to false.

    followLinks?: boolean

    Follow directory symbolic links. Defaults to true.