Anchorage API reference
    Preparing search index...
    interface SubdomainCrossCheckOptions {
        apexDomain: string;
        reserved?: readonly string[];
    }
    Index

    Properties

    apexDomain: string

    The apex under which tenant subdomains live, e.g. 'example.com'. Hosts NOT under it (workers.dev previews, localhost) skip the check.

    reserved?: readonly string[]

    Subdomains that are shared infrastructure, never tenants.