Skip to content

Commit 17048d7

Browse files
committed
chore: set debug
1 parent 2cbab7b commit 17048d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bundler-metro/src/factory.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const getMetroInstance = async (
6868
...process.env,
6969
RN_HARNESS: 'true',
7070
...(isExpo && { EXPO_NO_METRO_WORKSPACE_ROOT: 'true' }),
71+
DEBUG: '*',
7172
},
7273
}
7374
);

0 commit comments

Comments
 (0)