chore: fix various type errors

This commit is contained in:
Elian Doran
2026-03-26 21:15:37 +02:00
parent 6bb093e6d3
commit 140fbc1524
6 changed files with 12 additions and 11 deletions

View File

@@ -121,8 +121,7 @@ async function main() {
}, 10_000);
});
await initializeTranslations();
await initializeDatabase(true);
// TODO: Initialize core.
// Wait for becca to be loaded before importing data
const { becca_loader: beccaLoader } = await import("@triliumnext/core");