fix index.js conflict

This commit is contained in:
sanio 2025-07-08 06:16:15 +09:00
parent 3ea5dd75b6
commit 8abb6b49aa

View File

@ -197,10 +197,6 @@ app.whenReady().then(async () => {
askService.initialize();
settingsService.initialize();
setupGeneralIpcHandlers();
})
.catch(err => {
console.error('>>> [index.js] Database initialization failed - some features may not work', err);
});
// Start web server and create windows ONLY after all initializations are successful
WEB_PORT = await startWebStack();