Skip to content

Commit

Permalink
chore: use pnpm instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Sep 3, 2023
1 parent 4f2827f commit 2049699
Show file tree
Hide file tree
Showing 5 changed files with 9,932 additions and 18,832 deletions.
2 changes: 2 additions & 0 deletions .npmrc
@@ -0,0 +1,2 @@
shamefully-hoist=true
node-linker=hoisted
1 change: 1 addition & 0 deletions metro.config.js
Expand Up @@ -12,6 +12,7 @@ module.exports = {
...config,
resolver: {
...resolver,
unstable_enableSymlinks: true,
sourceExts: [...sourceExts, 'mjs'],
},
};

0 comments on commit 2049699

Please sign in to comment.