Function: GenerateDevHtmlTemplateFileMiddleware()
Function: GenerateDevHtmlTemplateFileMiddleware()
function GenerateDevHtmlTemplateFileMiddleware(context, next): Promise<IBlueprint>;
Generates an index HTML file for the application.
Parameters
context
The console context.
next
NextPipe<ConsoleContext, IBlueprint>
The next pipe function.
Returns
Promise<IBlueprint>
The updated blueprint object.
