Function: BuildDevServerAppMiddleware()
Function: BuildDevServerAppMiddleware()
function BuildDevServerAppMiddleware(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.