UNPKG

@redwoodjs/sdk

Version:

A full-stack webapp toolkit designed for TypeScript, Vite, and React Server Components

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