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

Function getEnvFilePath

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

Source from the content-addressed store, hash-verified

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

Callers 2

parseEnvFileFunction · 0.90
upsertEnvValueFunction · 0.90

Calls 1

getProjectPathFunction · 0.85

Tested by

no test coverage detected