Stone.js API
    Preparing search index...
    • Middleware to add adapter-specific middleware to the blueprint.

      This middleware processes modules marked as adapter middleware and associates them with the appropriate adapter configuration in the blueprint.

      Parameters

      Returns Promise<IBlueprint>

      The updated blueprint.

      AdapterMiddlewareMiddleware({ modules, blueprint }, next);