We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f336aaf commit 672f360Copy full SHA for 672f360
src/sqlite-client.mjs
@@ -1,4 +1,4 @@
1
-import * as Comlink from 'comlink';
+import * as Comlink from '../node_modules/comlink/dist/esm/comlink.mjs';
2
3
export default class SqliteClient {
4
sqliteWorker;
0 commit comments