Interface AppOptions

interface AppOptions {
    appMetadata?: Record<string, string>;
    scriptBaseUrl?: string;
    scriptCrossOrigin?: boolean;
    scriptHash?: string;
    scriptMapBaseUrl?: string;
    [key: string]: unknown;
}

Indexable

[key: string]: unknown

Properties

appMetadata?: Record<string, string>
scriptBaseUrl?: string

Base URL that the JS bundles are served from, with no trailing slash. Used by bundler plugins such as derby-webpack and derby-browserify.

scriptCrossOrigin?: boolean

If true, then Derby's