fix-bug/25-feb-26 #61

Merged
bagasbanuna merged 2 commits from fix-bug/25-feb-26 into staging 2026-02-25 14:34:16 +08:00
3 changed files with 7 additions and 1 deletions
Showing only changes of commit a68343599d - Show all commits

4
types/env.d.ts vendored
View File

@@ -11,5 +11,9 @@ declare namespace NodeJS {
NEXT_PUBLIC_BASE_SESSION_KEY?: string;
RESEND_APIKEY?: string;
WA_SERVER_TOKEN?: string;
FIREBASE_ADMIN_PRIVATE_KEY?: string;
FIREBASE_ADMIN_CLIENT_EMAIL?: string;
FIREBASE_ADMIN_PROJECT_ID?: string;
NEXT_PUBLIC_API_URL?: string;
}
}