Merge report detail components

This commit is contained in:
Jon Staab
2025-11-14 11:35:19 -08:00
parent b3ea62c53c
commit 62f573eac0
17 changed files with 349 additions and 94 deletions
+3 -1
View File
@@ -111,7 +111,9 @@
])
// Wait until data storage is initialized before syncing other stuff
await db.init(storage.adapters)
if (!db.idbp) {
await db.init(storage.adapters)
}
// Add our extra policies now that we're set up
defaultSocketPolicies.push(...policies)