Function: BundleServerAppMiddleware()
Function: BundleServerAppMiddleware()
function BundleServerAppMiddleware(context, next): Promise<IBlueprint>;
Bundles 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.