Rework storage adapters

This commit is contained in:
Jon Staab
2025-04-16 12:53:49 -07:00
parent 5785710137
commit c5ea7edf6b
6 changed files with 273 additions and 114 deletions
+1
View File
@@ -120,3 +120,4 @@ export const clearStorage = async () => {
db = undefined // force initStorage to run again in tests
}
}