| 1 | import { app, BrowserWindow } from 'electron' |
| 2 | import { electronApp, optimizer } from '@electron-toolkit/utils' |
| 3 | import { setupAIHandlers } from './aiHandler' |
| 4 | import { setupAutoUpdater } from './autoUpdater' |
nothing calls this directly
no test coverage detected