UNPKG

@convex-dev/agent-playground

Version:

A dashboard for the Convex Agent component.

11 lines (8 loc) 180 B
/// <reference types="vite/client" /> interface ImportMetaEnv { readonly BASE_URL: string; // more env variables... } interface ImportMeta { readonly env: ImportMetaEnv; }