rwsdk
Version:
Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime
10 lines (9 loc) • 356 B
text/typescript
import { Plugin } from "vite";
export declare const configPlugin: ({ silent, projectRootDir, workerEntryPathname, clientFiles, serverFiles, clientEntryPoints, }: {
silent: boolean;
projectRootDir: string;
workerEntryPathname: string;
clientFiles: Set<string>;
serverFiles: Set<string>;
clientEntryPoints: Set<string>;
}) => Plugin;