Comlink alias

This commit is contained in:
Alex Gleason
2024-05-01 15:55:56 -05:00
parent efd6e35065
commit 58ed1b111f
12 changed files with 23 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
import type { CompiledQuery, QueryResult } from 'kysely';
import { Comlink } from '@/deps.ts';
import * as Comlink from 'comlink';
import { CompiledQuery, QueryResult } from 'kysely';
import type { SqliteWorker as _SqliteWorker } from './sqlite.worker.ts';