UNPKG

@redwoodjs/sdk

Version:

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

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