UNPKG

@redwoodjs/sdk

Version:

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

5 lines (4 loc) 151 B
import { Plugin } from "vite"; export declare const customReactBuildPlugin: ({ projectRootDir, }: { projectRootDir: string; }) => Promise<Plugin>;