Fix wa server

This commit is contained in:
2025-12-03 16:25:53 +08:00
parent 7ad7b3496a
commit 8ccf722c90
2 changed files with 16 additions and 11 deletions

4
types/env.d.ts vendored
View File

@@ -9,7 +9,7 @@ declare namespace NodeJS {
NEXT_PUBLIC_WIBU_REALTIME_TOKEN?: string;
NEXT_PUBLIC_BASE_TOKEN_KEY?: string;
NEXT_PUBLIC_BASE_SESSION_KEY?: string;
NEXT_PUBLIC_API_URL?: string;
RESEND_APIKEY?: string;
WA_SERVER_TOKEN?: string;
}
}