Middleware to add services to the blueprint.
This middleware identifies modules marked as services and adds them to the blueprint's list of services.
The configuration context containing modules and blueprint.
The next function in the pipeline.
The updated blueprint.
ServiceMiddleware({ modules, blueprint }, next); Copy
ServiceMiddleware({ modules, blueprint }, next);
Middleware to add services to the blueprint.
This middleware identifies modules marked as services and adds them to the blueprint's list of services.