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