MCPcopy Create free account
hub / github.com/MigoXLab/coderio / buildDevServerUrl

Function buildDevServerUrl

src/nodes/validation/constants.ts:77–79  ·  view source on GitHub ↗
(port: number)

Source from the content-addressed store, hash-verified

75 * Builds the default dev server URL from a port number.
76 */
77export function buildDevServerUrl(port: number): string {
78 return `http://localhost:${port}`;
79}

Callers 1

startMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected