Merge branch 'feature/server_esm' into feature/server_esm_part2

This commit is contained in:
Elian Doran
2024-07-22 20:15:49 +03:00
56 changed files with 4124 additions and 12054 deletions

View File

@@ -8,6 +8,11 @@ import appIconService from "./src/services/app_icon.js";
import windowService from "./src/services/window.js";
import tray from "./src/services/tray.js";
// Prevent Trilium starting twice on first install and on uninstall for the Windows installer.
if (require('electron-squirrel-startup')) {
process.exit(0);
}
// Adds debug features like hotkeys for triggering dev tools and reload
electronDebug();