core-rs-albatross
core-rs-albatross copied to clipboard
chore(web-client): fix default comlink import in node
What's in this pull request?
The current import does not work and when we try to use web client in node will result in an error.
comlink
does not have export default
, and instead we should use import * as Comlink from 'comlink'
like we do in other files. For example bundle.js