Skip to content

Commit

Permalink
fix: desktop test resolver issue for solana libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justkant committed Nov 4, 2024
1 parent 1787e24 commit 7994ba2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/ledger-live-desktop/scripts/resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ module.exports = (path, options) => {
"@firebase/util",
"firebase",
"uuid",
"rpc-websockets",
"@solana/codecs",
"@solana/codecs-core",
"@solana/errors",
"@solana/codecs-data-structures",
"@solana/codecs-numbers",
"@solana/codecs-strings",
"@solana/options",
]);

if (pkgNamesToTarget.has(pkg.name)) {
Expand Down

0 comments on commit 7994ba2

Please sign in to comment.