UNPKG

@redwoodjs/sdk

Version:

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

6 lines (5 loc) 198 B
import type { Plugin } from "vite"; export type SymlinkEnvPluginOptions = { rootDir: string; }; export declare function symlinkEnvPlugin({ rootDir, }: SymlinkEnvPluginOptions): Promise<Plugin>;