This commit is contained in:
Simon Cambier
2022-12-08 21:09:18 +01:00
parent 67d9a807c4
commit 98e343e33e
7 changed files with 196 additions and 184 deletions

View File

@@ -1,6 +1,6 @@
import Dexie from 'dexie'
import type { AsPlainObject } from 'minisearch'
import type { DocumentRef, IndexedDocument } from './globals'
import type { DocumentRef } from './globals'
export class OmnisearchCache extends Dexie {
public static readonly dbVersion = 8