cdrdpyj-turborepo/apps/web/src/env.d.ts

12 lines
252 B
TypeScript

/// <reference types="astro/client" />
interface ImportMetaEnv {
readonly PUBLIC_PAYLOAD_API_URL?: string
readonly PUBLIC_SUPABASE_URL?: string
readonly PUBLIC_SUPABASE_ANON_KEY?: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}