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

Function defaultEnvDevelopLocalPath

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

Source from the content-addressed store, hash-verified

265}
266
267export function defaultEnvDevelopLocalPath(projectPath: string): string {
268 return path.join(projectPath, DEFAULT_ENV_DEVELOP_LOCAL);
269}
270
271export function defaultGitIgnorePath(projectPath: string): string {
272 return path.join(projectPath, DEFAULT_GIT_IGNORE);

Callers 1

prepareEnvFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected