auto-commit for 4d35c21d-744c-4b42-8fda-e7871ec8e28c

This commit is contained in:
emergent-agent-e1
2025-11-08 17:09:50 +00:00
parent 652937c4e4
commit ec738ee588
+6
View File
@@ -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
}]
],
};
};