UNPKG

@redwoodjs/sdk

Version:

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

10 lines (9 loc) 358 B
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;