From 356dad1932c3404f581b747127ae251dbe165bb3 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 13 Dec 2024 17:16:53 +0000 Subject: Remove the environment indirections (#7089) * Use raw underlying globals for environment * Set dev EXPO_PUBLIC_ENV by exclusion --- .env.example | 1 - 1 file changed, 1 deletion(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index 979589f58..a4d21ac33 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,6 @@ BITDRIFT_API_KEY= SENTRY_AUTH_TOKEN= -EXPO_PUBLIC_ENV=development EXPO_PUBLIC_LOG_LEVEL=debug EXPO_PUBLIC_LOG_DEBUG= EXPO_PUBLIC_BUNDLE_IDENTIFIER= -- cgit 1.4.1