From ec738ee5887831afadfcf983560a9dd7ccf07a57 Mon Sep 17 00:00:00 2001 From: emergent-agent-e1 Date: Sat, 8 Nov 2025 17:09:50 +0000 Subject: [PATCH] auto-commit for 4d35c21d-744c-4b42-8fda-e7871ec8e28c --- frontend/babel.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/babel.config.js b/frontend/babel.config.js index a8871e20..7a96a81a 100644 --- a/frontend/babel.config.js +++ b/frontend/babel.config.js @@ -11,6 +11,12 @@ module.exports = function (api) { ], plugins: [ '@babel/plugin-transform-class-static-block', + ['module:react-native-dotenv', { + moduleName: '@env', + path: '.env', + safe: false, + allowUndefined: true + }] ], }; };