about summary refs log tree commit diff
path: root/babel.config.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-11 15:02:19 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-11-11 15:02:19 -0600
commit210082be93cd369b868e748c7e89e95fc3ce6bbe (patch)
treea6371c2f006a0fa19068fe283da3ed3d3df57fb0 /babel.config.js
parent38ed9a794353ae89c5c311dcecab00f0313ec675 (diff)
downloadvoidsky-210082be93cd369b868e748c7e89e95fc3ce6bbe.tar.zst
Add staging env
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js
index c21f570c3..16f63e6c1 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -4,7 +4,7 @@ module.exports = {
     [
       'module:react-native-dotenv',
       {
-        // envName: 'APP_ENV',
+        envName: 'APP_ENV',
         moduleName: '@env',
         path: '.env',
         blocklist: null,