Sanity Library Reference Docs
    Preparing search index...
    BlueprintWiring:
        | { status: "already-wired" }
        | { contents: string; status: "insert" }
        | { status: "manual" }

    What the generator does to the developer's sanity.blueprint.ts.

    • already-wired: the resources array spreads the generated resources and the import is in place, so the file is left alone.
    • insert: contents is the whole file with the missing import, the missing spread, or both, added.
    • manual: the generator cannot identify one resources array or a usable resource binding. Add any missing import or spread manually, resolving conflicting bindings if present.