MCPcopy
hub / github.com/coder/code-server / ClientConfiguration

Interface ClientConfiguration

src/node/http.ts:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 * Base options included on every page.
26 */
27export interface ClientConfiguration {
28 codeServerVersion: string
29 /** Relative path from this page to the root. No trailing slash. */
30 base: string
31 /** Relative path from this page to the static root. No trailing slash. */
32 csStaticBase: string
33}
34
35declare global {
36 // eslint-disable-next-line @typescript-eslint/no-namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected