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