lessel - v0.1.0
    Preparing search index...

    Interface BootstrapOptions

    interface BootstrapOptions {
        allowAutoGenerate?: boolean;
        configPath?: string;
        dbPath?: string;
        port?: number;
    }
    Index
    allowAutoGenerate?: boolean

    Allow no config — auto-generate from env

    configPath?: string

    Path to config file (optional — if not set, auto-detect)

    dbPath?: string

    Database path

    port?: number

    API port (overrides config)