UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

6 lines (5 loc) 198 B
import { type Plugin } from "vite"; export declare const injectVitePreamble: ({ clientEntryPoints, projectRootDir, }: { clientEntryPoints: Set<string>; projectRootDir: string; }) => Plugin;