Merge pull request #1840 from appwrite/attempt-string-check

attempt: fix var check.
This commit is contained in:
Arman
2025-05-14 16:58:39 +02:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@ export const VARS = {
APPWRITE_ENDPOINT: env.PUBLIC_APPWRITE_ENDPOINT ?? undefined,
GROWTH_ENDPOINT: env.PUBLIC_GROWTH_ENDPOINT ?? undefined,
PUBLIC_STRIPE_KEY: env.PUBLIC_STRIPE_KEY ?? undefined,
APPWRITE_MULTI_REGION: env.PUBLIC_APPWRITE_MULTI_REGION ?? false
APPWRITE_MULTI_REGION: env.PUBLIC_APPWRITE_MULTI_REGION === 'true'
};
export const ENV = {