MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / templatesPath

Function templatesPath

packages/cli/src/paths.ts:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8}
9
10export function templatesPath() {
11 const root = rootPath();
12 const templatePath = path.join(root, "templates");
13 return templatePath;
14}

Callers 4

installMethod · 0.90
installMethod · 0.90
createTriggerRouteFunction · 0.90

Calls 1

rootPathFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…