KC's Workspace
    Preparing search index...
    interface ServeOptions {
        certfile?: string;
        cors?: CORSOptions;
        fallback?: string;
        host?: string;
        keyfile?: string;
        onRequest?: (args: ServeOnRequestArgs) => void;
        port?: number;
        servedir?: string;
    }
    Index

    Properties

    certfile?: string
    fallback?: string
    host?: string
    keyfile?: string
    onRequest?: (args: ServeOnRequestArgs) => void
    port?: number
    servedir?: string