| 1 | /// <reference types="vite/client" /> |
| 2 | |
| 3 | interface ImportMetaEnv { |
| 4 | readonly EMBED_PUBLIC_WEBAPP_URL: string; |
| 5 | readonly EMBED_PUBLIC_VERCEL_URL: string; |
| 6 | readonly EMBED_PUBLIC_EMBED_LIB_URL: string; |
| 7 | } |
| 8 | |
| 9 | interface ImportMeta { |
| 10 | readonly env: ImportMetaEnv; |
nothing calls this directly
no outgoing calls
no test coverage detected