UNPKG

rwsdk

Version:

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

9 lines (8 loc) 185 B
interface ImportMeta { readonly env: ImportMetaEnv; } interface ImportMetaEnv { readonly DEV: boolean; readonly VITE_IS_DEV_SERVER: string; readonly BASE_URL: string; }