diff options
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 2 |
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, |