Integration with TaskMaster AI

This commit is contained in:
simos
2025-08-28 12:11:42 +03:00
parent c1e7bb6c10
commit 75e8161213
33 changed files with 7856 additions and 111 deletions

View File

@@ -17,7 +17,7 @@ export function useWebSocket() {
ws.close();
}
};
}, []);
}, []); // Keep dependency array but add proper cleanup
const connect = async () => {
try {