Stone.js API
    Preparing search index...

    Stone blueprint.

    This interface defines the main configuration options for the Stone.js framework. It includes settings for the builder, adapters, and the main application, while allowing additional custom options to be added.

    interface NodeHttpAdapterBlueprint {
        stone: NodeHttpAdapterConfig;
        [key: string]: unknown;
    }

    Hierarchy

    • StoneBlueprint<IncomingHttpEvent, OutgoingHttpResponse>
      • NodeHttpAdapterBlueprint

    Indexable

    • [key: string]: unknown

      Allow adding any additional custom properties. The value of the custom properties can be of any type, depending on user requirements.

    Index

    Application-level settings, including environment, middleware, logging, and service registration.