KC's Workspace
    Preparing search index...

    Make all properties in T optional

    interface DevToolsConfig {
        clientAuth?: boolean;
        config?: string;
        enabled: boolean;
        host?: string;
        open?: boolean;
        port?: string | number;
        root?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clientAuth?: boolean

    Disable client authentication.

    Beware that if you disable client authentication, any browsers can connect to the devtools and access to your server and filesystem. (including other devices, if you open server host option to LAN or WAN)

    true
    
    config?: string
    enabled: boolean
    host?: string
    open?: boolean
    port?: string | number
    root?: string