@redwoodjs/sdk
Version:
Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime
10 lines (9 loc) • 358 B
text/typescript
import { Plugin } from "vite";
export declare const configPlugin: ({ mode, silent, projectRootDir, clientEntryPathname, workerEntryPathname, isUsingPrisma, }: {
mode: "development" | "production";
silent: boolean;
projectRootDir: string;
clientEntryPathname: string;
workerEntryPathname: string;
isUsingPrisma: boolean;
}) => Plugin;