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

    Variable GATESConst

    GATES: Record<"dev" | "deploy", readonly CheckId[]> = ...

    Which checks each command insists on before it will do its work.

    dev and deploy differ on two, and the difference is what each one actually risks. wrangler dev bundles locally and never uploads, so the 3 MiB ceiling does not apply to it and a seeded credential in the pack is not published by it. wrangler deploy does both.