fix ts type error

This commit is contained in:
duanfuxiang
2025-01-06 13:51:41 +08:00
parent aa4bcf326d
commit c8bf0d263c
5 changed files with 18 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
import { PGlite } from '@electric-sql/pglite'
import { type PGliteWithLive, live } from '@electric-sql/pglite/dist/live'
// import { PgliteDatabase, drizzle } from 'drizzle-orm/pglite'
// @ts-ignore
import { type PGliteWithLive, live } from '@electric-sql/pglite/live'
import { App, normalizePath } from 'obsidian'
import { PGLITE_DB_PATH } from '../constants'