ini tambahannya

This commit is contained in:
bipproduction
2025-02-16 17:29:44 +08:00
parent fc8a675e05
commit c8163cce76
5 changed files with 19 additions and 4 deletions

6
types/bun.ts Normal file
View File

@@ -0,0 +1,6 @@
declare module "bun" {
interface Env {
PORT: string;
NEXT_PUBLIC_WIBU_URL: string;
}
}