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