KC's Workspace
    Preparing search index...

    Exclude null and undefined from T

    interface DebugOptions {
        clean?: boolean;
        devtools?: any;
        sessionId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clean?: boolean

    Clean devtools stale sessions.

    true
    
    devtools?: any

    [experimental] Enable devtools integration. @vitejs/devtools must be installed as a dependency.

    Defaults to true, if @vitejs/devtools is installed.

    sessionId?: string