Function: BuildServerAppMiddleware()
Function: BuildServerAppMiddleware()
function BuildServerAppMiddleware(context, next): Promise<IBlueprint>;
Builds the server application using Rollup.
Parameters
context
The console context.
next
NextPipe<ConsoleContext, IBlueprint>
The next pipe function.
Returns
Promise<IBlueprint>
The updated blueprint object.
