Sanity Library Reference Docs
    Preparing search index...

    Type Alias LocalApplication

    LocalApplication: Application<ApplicationInclude> & {
        local: { host: string; port: number };
    }

    An application served by a CLI dev server. The workbench publishes it in the same shape as a deployed application; local marks it and names the dev server it is served from.