VERCEL?: "1" | undefined;

This commit is contained in:
DirkSchlossmacher 2023-11-10 03:29:25 +01:00
parent f418ac7d51
commit e190621a4e

View File

@ -12,7 +12,7 @@ declare global {
BASE_URL?: string; BASE_URL?: string;
OPENAI_ORG_ID?: string; // openai only OPENAI_ORG_ID?: string; // openai only
VERCEL?: string; VERCEL?: "1" | undefined;
BUILD_MODE?: "standalone" | "export"; BUILD_MODE?: "standalone" | "export";
BUILD_APP?: string; // is building desktop app BUILD_APP?: string; // is building desktop app