mirror of
https://github.com/cdr/code-server.git
synced 2026-01-20 15:13:36 +01:00
node: coder-cloud -> coder_cloud
File names should not have dashes.
This commit is contained in:
parent
6c67dc7ce1
commit
67470f0254
2 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ import {
|
|||
shouldOpenInExistingInstance,
|
||||
shouldRunVsCodeCli,
|
||||
} from "./cli"
|
||||
import { coderCloudBind } from "./coder-cloud"
|
||||
import { coderCloudBind } from "./coder_cloud"
|
||||
import { commit, version } from "./constants"
|
||||
import { register } from "./routes"
|
||||
import { humanPath, isFile, open } from "./util"
|
||||
|
|
|
|||
Loading…
Reference in a new issue