Merge branch 'feature/server_esm_part2' into feature/server_esm_part3

This commit is contained in:
Elian Doran
2024-07-22 20:20:34 +03:00
56 changed files with 4148 additions and 12626 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();