@oazmi/esbuild-types - v0.25.0
    Preparing search index...

    Interface ServeOptions

    interface ServeOptions {
        port?: number;
        host?: string;
        servedir?: string;
        keyfile?: string;
        certfile?: string;
        fallback?: string;
        onRequest?: (args: ServeOnRequestArgs) => void;
    }
    Index

    Properties

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