MCPcopy
hub / github.com/subquery/subql / defaultEnvPath

Function defaultEnvPath

packages/cli/src/utils/utils.ts:255–257  ·  view source on GitHub ↗
(projectPath: string)

Source from the content-addressed store, hash-verified

253}
254
255export function defaultEnvPath(projectPath: string): string {
256 return path.join(projectPath, DEFAULT_ENV);
257}
258
259export function defaultEnvDevelopPath(projectPath: string): string {
260 return path.join(projectPath, DEFAULT_ENV_DEVELOP);

Callers 1

prepareEnvFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected