Files
drive/apps/file-proxy/env.d.ts

7 lines
84 B
TypeScript
Raw Permalink Normal View History

2025-10-21 23:45:04 +00:00
declare module "bun" {
interface Env {
CONVEX_URL: string
API_KEY: string
}
}