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

    Type Alias HttpsServerConfig

    Configuration for an HTTPS server. (TLS options required)

    type HttpsServerConfig = {
        options: HttpsServerOptions;
        type: "https";
    }
    Index

    Properties

    Properties

    options: HttpsServerOptions
    type: "https"