Merge branch 'develop' into dateNote

This commit is contained in:
Elian Doran
2025-06-04 22:54:10 +03:00
committed by GitHub
64 changed files with 4455 additions and 1578 deletions

View File

@@ -38,7 +38,8 @@ export function startElectron(callback: () => void): DeferredPromise<void> {
console.log("Electron is ready!");
// Start the server.
await import("@triliumnext/server/src/main.js");
const startTriliumServer = (await import("@triliumnext/server/src/www.js")).default;
await startTriliumServer();
// Create the main window.
await windowService.createMainWindow(electron.app);