MCPcopy
hub / github.com/continuedev/continue / getConfigJsPath

Function getConfigJsPath

core/util/paths.ts:171–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169}
170
171export function getConfigJsPath(): string {
172 // Do not create automatically
173 return path.join(getContinueGlobalPath(), "out", "config.js");
174}
175
176export function getTsConfigPath(): string {
177 const tsConfigPath = path.join(getContinueGlobalPath(), "tsconfig.json");

Callers 4

buildConfigTsWithBinaryFunction · 0.90
readConfigJsFunction · 0.90

Calls 1

getContinueGlobalPathFunction · 0.85

Tested by

no test coverage detected