Skip to content

Commit 90435c2

Browse files
committed
Print watchFolders
1 parent 78e969c commit 90435c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/test-app/metro.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ const config = makeMetroConfig({
1111
},
1212
});
1313

14+
console.log("watchFolders =", config.watchFolders);
15+
1416
if (config.watchFolders.length === 0) {
1517
// This patch is needed to locate packages in the monorepo from the MacOS app
1618
// which is intentionally kept outside of the workspaces configuration to prevent

0 commit comments

Comments
 (0)