Reminix TypeScript SDK - v0.7.1
    Preparing search index...

    Interface ServeOptions

    Options for the serve function.

    interface ServeOptions {
        host?: string;
        port?: number;
    }
    Index

    Properties

    Properties

    host?: string

    Host to bind to (default: '0.0.0.0')

    port?: number

    Port to listen on (default: 8080)