feat: Enhance development setup with Babel config and Dockerfile improvements

This commit is contained in:
2025-09-27 08:18:43 +02:00
parent fabb73d737
commit c6cd0b4519
5 changed files with 1845 additions and 3573 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};