Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
export
const
getDefaultSettingsFilePath = (): string => getProjectPath(
'resources'
,
'default-settings.yaml'
)
12
13
export
const
getEnvFilePath = (): string => getProjectPath(
'.env'
)
Callers
2
parseEnvFile
Function · 0.90
upsertEnvValue
Function · 0.90
Calls
1
getProjectPath
Function · 0.85
Tested by
no test coverage detected