vite-plugin-react-server
Version:
Vite plugin for React Server Components (RSC)
7 lines • 353 B
TypeScript
import type { CreateReactWorkerServerFn } from "./types.js";
/**
* Creates a React Worker Server that configures worker-based rendering
* Sets up middleware, HMR, and worker management like react-client/plugin.client.ts
*/
export declare const configureReactServer: CreateReactWorkerServerFn;
//# sourceMappingURL=configureReactServer.client.d.ts.map