mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-19 13:24:23 +01:00
Make Kysely an import alias
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import type { CompiledQuery, QueryResult } from 'kysely';
|
||||
|
||||
import { Comlink } from '@/deps.ts';
|
||||
|
||||
import type { SqliteWorker as _SqliteWorker } from './sqlite.worker.ts';
|
||||
import type { CompiledQuery, QueryResult } from '@/deps.ts';
|
||||
|
||||
class SqliteWorker {
|
||||
#worker: Worker;
|
||||
|
||||
Reference in New Issue
Block a user