drupflare/drangler - v0.1.0
    Preparing search index...

    Interface MissingArtifact

    one artifact that is not on disk, with the command that would produce it

    interface MissingArtifact {
        path: string;
        produces: string;
    }
    Index
    path: string
    produces: string