mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
chore(nx/desktop): set up source code via webpack
This commit is contained in:
8
apps/desktop/src/electron-main.ts
Normal file
8
apps/desktop/src/electron-main.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { initializeTranslations } from "@triliumnext/server/src/services/i18n.js";
|
||||
|
||||
async function main() {
|
||||
await initializeTranslations();
|
||||
(await import("./electron.js")).default();
|
||||
}
|
||||
|
||||
main();
|
||||
Reference in New Issue
Block a user