1export const ctx = require.context( 2 process.env.EXPO_ROUTER_APP_ROOT, 3 true, 4 // Ignore root `./+html.js` and API route files `./generate+api.tsx`. 5 /^(?:\.\/)(?!(?:(?:(?:.*\+api)|(?:\+html)))\.[tj]sx?$).*\.[tj]sx?$/ 6); 7