Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ _getConfigFilePath
Function
_getConfigFilePath
packages/cli/src/cli/utils/config.ts:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
// Private
38
39
function
_getConfigFilePath() {
40
return
path.join(process.cwd(),
"i18n.json"
);
41
}
Callers
2
getConfig
Function · 0.85
saveConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected