Files
desa-darmasaba/types/bun.ts
bipproduction c8163cce76 ini tambahannya
2025-02-16 17:29:44 +08:00

6 lines
110 B
TypeScript

declare module "bun" {
interface Env {
PORT: string;
NEXT_PUBLIC_WIBU_URL: string;
}
}