@darthcav/ts-http-server
    Preparing search index...

    Type Alias DefaultPluginsOptions

    Options accepted by the defaultPlugins function.

    type DefaultPluginsOptions = {
        baseDir?: string | null;
        keycloakAuth?: KeycloakAuthConfig;
        locals: LauncherLocals;
    }
    Index

    Properties

    baseDir?: string | null

    Optional base directory for resolving the src/ folder; defaults to the parent of import.meta.dirname.

    keycloakAuth?: KeycloakAuthConfig

    Optional Keycloak configuration used to mark the generated /api/ OpenAPI operations as OpenID Connect–protected.

    Application locals; locals.pkg is exposed as the default EJS context.