mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 03:32:30 +08:00
9 lines
202 B
TypeScript
9 lines
202 B
TypeScript
![]() |
import { initializeTranslations } from "@triliumnext/server/src/services/i18n.js";
|
||
|
|
||
|
async function main() {
|
||
|
await initializeTranslations();
|
||
|
(await import("./electron.js")).default();
|
||
|
}
|
||
|
|
||
|
main();
|