UNPKG

rwsdk

Version:

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

6 lines (5 loc) 193 B
import { Plugin } from "vite"; export declare const useServerLookupPlugin: ({ projectRootDir, serverFiles, }: { projectRootDir: string; serverFiles: Set<string>; }) => Promise<Plugin>;