mirror of
https://github.com/coder/code-server.git
synced 2025-07-28 12:33:43 +08:00
refactor: move tmpdir into src/node/constants
This commit is contained in:
@ -4,7 +4,8 @@ import * as net from "net"
|
||||
import * as os from "os"
|
||||
import * as path from "path"
|
||||
import { Args, parse, setDefaults, shouldOpenInExistingInstance } from "../../src/node/cli"
|
||||
import { paths, tmpdir } from "../../src/node/util"
|
||||
import { tmpdir } from "../../src/node/constants"
|
||||
import { paths } from "../../src/node/util"
|
||||
|
||||
type Mutable<T> = {
|
||||
-readonly [P in keyof T]: T[P]
|
||||
|
Reference in New Issue
Block a user