UNPKG

rwsdk

Version:

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

6 lines (5 loc) 199 B
import { type Plugin } from "vite"; export declare const injectVitePreamble: ({ clientEntryPathname, mode, }: { clientEntryPathname: string; mode: "development" | "production"; }) => Plugin;