UNPKG

rwsdk

Version:

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

5 lines (4 loc) 157 B
import { type Plugin } from "vite"; export declare const injectVitePreamble: ({ clientEntryPathnames, }: { clientEntryPathnames: string[]; }) => Plugin;