mirror of
https://github.com/coder/code-server.git
synced 2025-07-31 05:54:15 +08:00
Fixes for @ammarb
This commit is contained in:
@ -9,7 +9,7 @@ import xdgBasedir from "xdg-basedir"
|
||||
|
||||
const coderCloudAgent = path.resolve(__dirname, "../../lib/coder-cloud-agent")
|
||||
|
||||
export async function coderCloudLink(serverName: string): Promise<void> {
|
||||
export async function coderCloudBind(serverName: string): Promise<void> {
|
||||
const agent = spawn(coderCloudAgent, ["link", serverName], {
|
||||
stdio: ["inherit", "inherit", "pipe"],
|
||||
})
|
||||
|
Reference in New Issue
Block a user