Embedded32 API
    Preparing search index...

    Interface RuntimeConfig

    Embedded32 Core Types

    interface RuntimeConfig {
        configPath?: string;
        enableMetrics?: boolean;
        logLevel: "debug" | "info" | "warn" | "error";
    }
    Index
    configPath?: string
    enableMetrics?: boolean
    logLevel: "debug" | "info" | "warn" | "error"