MCPcopy Index your code
hub / github.com/cameri/nostream / getDefaultSettingsFilePath

Function getDefaultSettingsFilePath

src/cli/utils/paths.ts:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9export const getSettingsFilePath = (): string => join(getConfigBaseDir(), 'settings.yaml')
10
11export const getDefaultSettingsFilePath = (): string => getProjectPath('resources', 'default-settings.yaml')
12
13export const getEnvFilePath = (): string => getProjectPath('.env')

Callers 3

ensureSettingsExistsFunction · 0.90
loadDefaultsFunction · 0.90
ensureConfigBootstrapFunction · 0.90

Calls 1

getProjectPathFunction · 0.85

Tested by

no test coverage detected