tambahannya

This commit is contained in:
bipproduction
2025-10-22 12:09:53 +08:00
parent bf1d400354
commit 22df479133
11 changed files with 348 additions and 20 deletions

5
types/env.d.ts vendored
View File

@@ -5,5 +5,10 @@ declare namespace NodeJS {
BUN_PUBLIC_BASE_URL?: string;
PORT?: string;
WWEBJS_AUTH?: string;
WWEBJS_CACHE?: string;
WA_TOKEN?: string;
WA_APP_SECRET?: string;
WA_PHONE_NUMBER_ID?: string;
APP_LOGS_PATH?: string;
}
}