feat: add D601 dev backend path
This commit is contained in:
+3
-7
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user