Function: GeneratePreviewServerMiddleware()
Function: GeneratePreviewServerMiddleware()
function GeneratePreviewServerMiddleware(context, next): Promise<IBlueprint>;
Generates a preview server for the application.
Parameters
context
The console context.
next
NextPipe
<ConsoleContext
, IBlueprint
>
The next pipe function.
Returns
Promise
<IBlueprint
>
The updated blueprint object.