Function: GenerateDevServerFileMiddleware()
Function: GenerateDevServerFileMiddleware()
function GenerateDevServerFileMiddleware(context, next): Promise<IBlueprint>;
Generates a server file.
Parameters
context
The console context.
next
NextPipe
<ConsoleContext
, IBlueprint
>
The next pipe function.
Returns
Promise
<IBlueprint
>
The updated blueprint object.