UNPKG

@redwoodjs/sdk

Version:

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

5 lines (4 loc) 126 B
import { Plugin } from "vite"; export declare const copyPrismaWasmPlugin: ({ rootDir, }: { rootDir: string; }) => Plugin;