mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
chore(monorepo/server): remove top-level await completely
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
import { initializeTranslations } from "./services/i18n.js";
|
||||
|
||||
async function startApplication() {
|
||||
await initializeTranslations();
|
||||
await import("./www.js");
|
||||
}
|
||||
|
||||
await initializeTranslations();
|
||||
await startApplication();
|
||||
startApplication();
|
||||
|
||||
Reference in New Issue
Block a user