drupflare/worker - v1.0.0
    Preparing search index...

    Interface MigratePlanEnv

    The two bindings the chunk budget reads; both arrive from wrangler as strings.

    interface MigratePlanEnv {
        MIGRATE_CHUNKS_PER_INVOCATION?: string | number;
        PLAN?: string;
    }
    Index
    MIGRATE_CHUNKS_PER_INVOCATION?: string | number
    PLAN?: string