Skip to content

Commit 672f360

Browse files
authored
Update sqlite-client.mjs
1 parent f336aaf commit 672f360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sqlite-client.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as Comlink from 'comlink';
1+
import * as Comlink from '../node_modules/comlink/dist/esm/comlink.mjs';
22

33
export default class SqliteClient {
44
sqliteWorker;

0 commit comments

Comments
 (0)