feat: add provider ssh tcp data pool

This commit is contained in:
Codex
2026-06-07 02:02:38 +00:00
parent d4b7fc95f9
commit fe1b91dcbd
32 changed files with 988 additions and 350 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{
"name": "@unidesk/provider-gateway",
"version": "0.2.27",
"version": "0.2.28",
"private": true,
"type": "module",
"scripts": {
"start": "bun run src/index.ts",
"check": "tsc -p tsconfig.json --noEmit"
"check": "tsc -b ../shared/tsconfig.json && tsc -p tsconfig.json --noEmit"
}
}