mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 08:52:16 +01:00
cloud: Add mention of cloud repo
This commit is contained in:
parent
d67bd3f604
commit
fcfb03382a
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import { spawn } from "child_process"
|
|||
import path from "path"
|
||||
import split2 from "split2"
|
||||
|
||||
// https://github.com/cdr/coder-cloud
|
||||
const coderCloudAgent = path.resolve(__dirname, "../../lib/coder-cloud-agent")
|
||||
|
||||
function runAgent(...args: string[]): Promise<void> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue