ge-tool/vite-env.d.ts

11 lines
225 B
TypeScript
Raw Permalink Normal View History

2025-12-10 06:41:43 +00:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_SUPABASE_URL: string
readonly VITE_SUPABASE_ANON_PUBLIC_KEY: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}