sveltekit-service-manager - v1.1.0
    Preparing search index...

    Type Alias HttpServerConfig

    Configuration for an HTTP server.

    type HttpServerConfig = {
        options?: ServerOptions;
        type: "http";
    }
    Index

    Properties

    Properties

    options?: ServerOptions
    type: "http"