@dxos/app-framework - v0.9.0
    Preparing search index...

    Type Alias ResolvedManifest

    Resolved manifest with all asset paths converted to absolute URLs.

    dev reflects whether the source manifest declared a devEntry. Loaders branch on this to skip offline caching and stylesheet injection — both are no-ops (or actively wrong) when the plugin is being served by a Vite dev server.

    type ResolvedManifest = {
        assetUrls: readonly string[];
        dev: boolean;
        entryUrl: string;
        id: string;
        name: string;
        version: string;
    }
    Index

    Properties

    assetUrls: readonly string[]
    dev: boolean
    entryUrl: string
    id: string
    name: string
    version: string