UNPKG

rwsdk

Version:

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

10 lines (9 loc) 258 B
import { Plugin } from "vite"; export declare const ENV_PREDEFINED_IMPORTS: { worker: string[]; ssr: string[]; client: string[]; }; export declare const knownDepsResolverPlugin: ({ projectRootDir, }: { projectRootDir: string; }) => Plugin[];