Skip to content

Commit

Permalink
chore: test webui metro cache
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Mar 17, 2024
1 parent 72f2efd commit 798176a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const config = withNativeWind(getDefaultConfig(__dirname), {

// Allow Metro to access the `~plugin/**` files
config.watchFolders = [__dirname, path.resolve(__dirname, '..')];

// Move the Metro cache to `node_modules/.cache`
config.cacheStores = [
new FileStore({ root: path.join(__dirname, 'node_modules', '.cache', 'metro') }),
Expand Down

0 comments on commit 798176a

Please sign in to comment.