From 2a54781ce0e9f0764a9bb70008ef7c7798a1f5e0 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 28 Aug 2025 06:20:06 -0500 Subject: Update dev env (#8921) * Update dev-env * Integrate appviewDid value from dev-env * Use correct env value to disable policy update overlay * Remove log --- src/env/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/env/common.ts') diff --git a/src/env/common.ts b/src/env/common.ts index 69451fd7e..7b64c35a6 100644 --- a/src/env/common.ts +++ b/src/env/common.ts @@ -11,7 +11,7 @@ export const RELEASE_VERSION: string = process.env.EXPO_PUBLIC_RELEASE_VERSION || packageJson.version /** - * The env the app is running in e.g. development, testflight, production + * The env the app is running in e.g. development, testflight, production, e2e */ export const ENV: string = process.env.EXPO_PUBLIC_ENV -- cgit 1.4.1