Skip to content

Commit

Permalink
chore tweak metro config
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Sep 19, 2024
1 parent 42917e8 commit 815668b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ config.resolver.sourceExts.push(
'md', 'txt', 'svg'
);

config.watchFolders = [path.resolve(__dirname, 'app')];
//config.watchFolders = [path.resolve(__dirname, 'app')];
console.log(config.watchFolders);
module.exports = config;

0 comments on commit 815668b

Please sign in to comment.