6 lines
207 B
JavaScript
6 lines
207 B
JavaScript
// Ignore root `./+html.js` and API route files `./generate+api.tsx`.
|
|
module.exports = {
|
|
EXPO_ROUTER_CTX_IGNORE:
|
|
/^(?:\.\/)(?!(?:(?:(?:.*\+api)|(?:\+(html|native-intent))))\.[tj]sx?$).*\.[tj]sx?$/,
|
|
};
|