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

    Interface CanisterDashboardDevConfig

    Configuration interface for My Canister Dashboard in development

    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