We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e969c commit 90435c2Copy full SHA for 90435c2
apps/test-app/metro.config.js
@@ -11,6 +11,8 @@ const config = makeMetroConfig({
11
},
12
});
13
14
+console.log("watchFolders =", config.watchFolders);
15
+
16
if (config.watchFolders.length === 0) {
17
// This patch is needed to locate packages in the monorepo from the MacOS app
18
// which is intentionally kept outside of the workspaces configuration to prevent
0 commit comments