refactor(server); electron imports causing issues in bundle

This commit is contained in:
Elian Doran
2025-05-21 16:32:51 +03:00
parent fe8b905922
commit 9d6758b315
4 changed files with 23 additions and 23 deletions

View File

@@ -137,7 +137,7 @@ export default async function buildApp() {
startScheduledCleanup();
if (utils.isElectron) {
(await import("@electron/remote/main")).initialize();
(await import("@electron/remote/main/index.js")).initialize();
}
return app;