Options for the default backend.

Hierarchy

  • LazyCompilationDefaultBackendOptions

Properties

client?: string

A custom client.

listen?: number | ListenOptions | ((server) => void)

Specifies where to listen to from the server.

Type declaration

    • (server): void
    • Parameters

      Returns void

protocol?: "http" | "https"

Specifies the protocol the client should use to connect to the server.

server?: ServerOptions<typeof IncomingMessage, typeof ServerResponse> | ServerOptionsHttps<typeof IncomingMessage, typeof ServerResponse> | (() => typeof Server)

Specifies how to create the server handling the EventSource requests.

Type declaration

Generated using TypeDoc