node-webserver
    Preparing search index...

    Type Alias ServerConfig

    ServerConfig: {
        locals?: (event: RequestEvent) => App.Locals;
        platform?: (event: RequestEvent) => App.Platform;
    } & (HttpServerConfig | HttpsServerConfig)