feat: add D601 dev backend path

This commit is contained in:
Codex
2026-05-18 10:31:43 +00:00
parent 11b94f3a95
commit 37504a28e8
56 changed files with 10489 additions and 311 deletions
+3 -7
View File
@@ -805,13 +805,9 @@ export async function runSsh(config: UniDeskConfig, providerId: string, args: st
const child = spawn("docker", [
"exec",
"-i",
"-e",
`PROVIDER_TOKEN=${config.providerGateway.token}`,
"unidesk-frontend",
"bun",
"-e",
brokerSource(),
"--",
"unidesk-backend-core",
"backend-core",
"--ssh-broker",
JSON.stringify(payload),
], {
cwd: repoRoot,