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

    Interface RequiredArtifact

    one generated path a deployable checkout must carry, and the command that produces it

    interface RequiredArtifact {
        dir?: boolean;
        path: string;
        produces: string;
    }
    Index
    dir?: boolean

    true when the path is a directory whose contents are the artifact

    path: string
    produces: string

    the specific producer; bun run hydrate produces every one of them at once