UNPKG

rwsdk

Version:

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

15 lines (14 loc) 575 B
import { Plugin } from "vite"; import { ConfigurableEsbuildOptions } from "./runDirectivesScan.mjs"; export declare const SSR_BRIDGE_ROLLDOWN_EXPERIMENTAL: { lazyBarrel: boolean; }; export declare const configPlugin: ({ silent, projectRootDir, workerEntryPathname, clientFiles, serverFiles, clientEntryPoints, esbuildOptions, }: { silent: boolean; projectRootDir: string; workerEntryPathname: string; clientFiles: Set<string>; serverFiles: Set<string>; clientEntryPoints: Set<string>; esbuildOptions: ConfigurableEsbuildOptions; }) => Plugin;