UNPKG

rwsdk

Version:

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

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