mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
electron: Fix directory imports
This commit is contained in:
@@ -69,7 +69,7 @@ await import('./services/scheduler.js');
|
||||
startScheduledCleanup();
|
||||
|
||||
if (utils.isElectron()) {
|
||||
(await import('@electron/remote/main')).initialize();
|
||||
(await import('@electron/remote/main/index.js')).initialize();
|
||||
}
|
||||
|
||||
export default app;
|
||||
|
||||
Reference in New Issue
Block a user