tambahannya

This commit is contained in:
bipproduction
2025-02-19 17:41:56 +08:00
parent 0d4a8329d7
commit 9bde6a2a06
74 changed files with 1079 additions and 186 deletions

View File

@@ -2,5 +2,8 @@ declare module "bun" {
interface Env {
PORT: string;
NEXT_PUBLIC_WIBU_URL: string;
DATABASE_URL: string;
WIBU_UPLOAD_DIR: string;
WIBU_CACHE_DIR: string;
}
}