MCPcopy
hub / github.com/triggerdotdev/trigger.dev / getFramework

Method getFramework

packages/cli/src/utils/jsRuntime.ts:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 async getFramework() {
92 const userPackageManager = await this.getUserPackageManager();
93 return getFramework(this.projectRootPath, userPackageManager);
94 }
95 async getEndpointId() {
96 const pkgJsonPath = pathModule.join(this.projectRootPath, "package.json");
97 const pkgBuffer = await fs.readFile(pkgJsonPath);

Callers

nothing calls this directly

Calls 2

getUserPackageManagerMethod · 0.95
getFrameworkFunction · 0.90

Tested by

no test coverage detected