@web3nl/vite-plugin-canister-dapp - v0.3.2
    Preparing search index...

    Interface CanisterDashboardDevConfig

    Configuration interface for My Canister Dashboard in development

    This type will be removed in a future version. Please use the equivalent type from the my-canister-dashboard package instead.

    interface CanisterDashboardDevConfig {
        canisterId: undefined | string;
        dfxHost: string;
        identityProvider: string;
    }
    Index

    Properties

    canisterId: undefined | string

    Canister ID (optional)

    dfxHost: string

    DFX host URL for example http://localhost:8080

    identityProvider: string

    Internet Identity provider URL for example http://iiCanisterId.localhost:8080