@suluk/journeys - v0.4.0
    Preparing search index...

    Interface BuildDemoFilesOptions

    interface BuildDemoFilesOptions {
        format?: DemoFormat;
        name?: string;
        baseUrl?: string;
        localBaseUrl?: string;
    }
    Index

    Properties

    format?: DemoFormat

    which collection(s) to emit (default "both").

    name?: string

    collection name (default the contract's info.title).

    baseUrl?: string

    the PROD base URL (the live-call target).

    localBaseUrl?: string

    the LOCAL base URL a developer rehearses against first.