Function: BuildClientAppMiddleware()
Function: BuildClientAppMiddleware()
function BuildClientAppMiddleware(context, next): Promise<IBlueprint>;
Builds the client application using Vite.
Parameters
context
The console context.
next
NextPipe<ConsoleContext, IBlueprint>
The next pipe function.
Returns
Promise<IBlueprint>
The updated blueprint object.
