feat: add provider websocket http data plane

This commit is contained in:
Codex
2026-05-16 16:03:53 +00:00
parent 659d1c6148
commit 28cc2af121
19 changed files with 545 additions and 22 deletions
+3 -1
View File
@@ -12,6 +12,8 @@
"@types/bun": "latest",
"@types/node": "latest",
"playwright": "^1.59.1",
"typescript": "latest"
"postgres": "^3.4.9",
"typescript": "latest",
"xlsx": "^0.18.5"
}
}