feat: add WebSocket handlers for device and dashboard connections

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sanju Sivalingam
2026-02-17 14:17:29 +05:30
parent 5b2a072cee
commit 8fe3ad9926
5 changed files with 476 additions and 6 deletions

View File

@@ -7,7 +7,6 @@
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "src",
"types": ["bun"],
"paths": {
"@droidclaw/shared": ["../packages/shared/src"]