Make Kysely an import alias

This commit is contained in:
Alex Gleason
2024-05-01 09:26:17 -05:00
parent 9c1760bcc0
commit 23e00b0042
9 changed files with 21 additions and 20 deletions

View File

@@ -1,6 +1,8 @@
/// <reference lib="webworker" />
import { ScopedPerformance } from 'https://deno.land/x/scoped_performance@v2.0.0/mod.ts';
import { Comlink, type CompiledQuery, DenoSqlite3, type QueryResult, Stickynotes } from '@/deps.ts';
import { CompiledQuery, QueryResult } from 'kysely';
import { Comlink, DenoSqlite3, Stickynotes } from '@/deps.ts';
import '@/sentry.ts';
let db: DenoSqlite3 | undefined;