MCPcopy Index your code
hub / github.com/subquery/subql / defaultEnvDevelopPath

Function defaultEnvDevelopPath

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

Source from the content-addressed store, hash-verified

257}
258
259export function defaultEnvDevelopPath(projectPath: string): string {
260 return path.join(projectPath, DEFAULT_ENV_DEVELOP);
261}
262
263export function defaultEnvLocalPath(projectPath: string): string {
264 return path.join(projectPath, DEFAULT_ENV_LOCAL);

Callers 1

prepareEnvFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected