UNPKG

rwsdk

Version:

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

10 lines (9 loc) 220 B
import { Plugin } from "vite"; declare global { namespace NodeJS { interface ProcessEnv { VITE_IS_DEV_SERVER: string; } } } export declare const devServerConstantPlugin: () => Plugin;