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

Function defaultEnvLocalPath

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

Source from the content-addressed store, hash-verified

261}
262
263export function defaultEnvLocalPath(projectPath: string): string {
264 return path.join(projectPath, DEFAULT_ENV_LOCAL);
265}
266
267export function defaultEnvDevelopLocalPath(projectPath: string): string {
268 return path.join(projectPath, DEFAULT_ENV_DEVELOP_LOCAL);

Callers 1

prepareEnvFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected