fix index.js conflict
This commit is contained in:
parent
3ea5dd75b6
commit
8abb6b49aa
@ -197,10 +197,6 @@ app.whenReady().then(async () => {
|
|||||||
askService.initialize();
|
askService.initialize();
|
||||||
settingsService.initialize();
|
settingsService.initialize();
|
||||||
setupGeneralIpcHandlers();
|
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
|
// Start web server and create windows ONLY after all initializations are successful
|
||||||
WEB_PORT = await startWebStack();
|
WEB_PORT = await startWebStack();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user