Skip to content

Commit

Permalink
add localforage as external type
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Feb 6, 2025
1 parent a5ffc4f commit 95c2d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const getTypesBuild = (inputFilename) => [
respectExternal: true,
}),
],
external: ['pg']
external: ['pg', 'localforage']
},
];

Expand Down

0 comments on commit 95c2d72

Please sign in to comment.