refactor: Improve session message handling and enhance loading logic in ChatInterface

This commit is contained in:
simos
2025-08-12 14:37:02 +03:00
parent 3e7e60a3a8
commit 28e27ed2fb
4 changed files with 79 additions and 34 deletions

View File

@@ -1067,7 +1067,7 @@ async function startServer() {
console.log(`Claude Code UI server running on http://0.0.0.0:${PORT}`);
// Start watching the projects folder for changes
await setupProjectsWatcher(); // Re-enabled with better-sqlite3
await setupProjectsWatcher();
});
} catch (error) {
console.error('❌ Failed to start server:', error);