This commit is contained in:
2026-03-29 10:26:38 -05:00
parent 05d4f6e78b
commit b1c99893a6
1628 changed files with 67782 additions and 60143 deletions

View File

@@ -1,13 +1,13 @@
const { getDefaultConfig } = require('expo/metro-config');
const path = require('path');
const config = getDefaultConfig(__dirname);
// Exclude server and landing page from the Metro bundle
config.resolver.blockList = [
/server\/.*/,
/greenlns-landing\/.*/,
/landing\/.*/,
];
module.exports = config;
const { getDefaultConfig } = require('expo/metro-config');
const path = require('path');
const config = getDefaultConfig(__dirname);
// Exclude server and landing page from the Metro bundle
config.resolver.blockList = [
/server\/.*/,
/greenlns-landing\/.*/,
/landing\/.*/,
];
module.exports = config;