rwsdk
Version:
Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime
10 lines (9 loc) • 378 B
text/typescript
import { Plugin } from "vite";
export declare const cloudflareBuiltInModules: string[];
export declare const externalModules: string[];
export declare const configPlugin: ({ silent, projectRootDir, clientEntryPathnames, workerEntryPathname, }: {
silent: boolean;
projectRootDir: string;
clientEntryPathnames: string[];
workerEntryPathname: string;
}) => Plugin;