mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
chore(monorepo/electron): introduce global script & rename to desktop
This commit is contained in:
4
apps/desktop/src/electron-main.ts
Normal file
4
apps/desktop/src/electron-main.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { initializeTranslations } from "@triliumnext/server/src/services/i18n.js";
|
||||
|
||||
await initializeTranslations();
|
||||
await import("./electron.js");
|
||||
Reference in New Issue
Block a user