UNPKG

@redwoodjs/sdk

Version:

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

7 lines (6 loc) 192 B
import { Plugin } from "vite"; export declare const asyncSetupPlugin: ({ setup, }: { setup: ({ command }: { command: "serve" | "build"; }) => Promise<unknown>; }) => Plugin[];