mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
7 lines
84 B
TypeScript
7 lines
84 B
TypeScript
declare module "bun" {
|
|
interface Env {
|
|
CONVEX_URL: string
|
|
API_KEY: string
|
|
}
|
|
}
|