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

Function main

packages/cli-v3/src/index.ts:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import { logger } from "./utilities/logger.js";
5
6const main = async () => {
7 await program.parseAsync();
8};
9
10main().catch((err) => {
11 if (err instanceof Error) {

Callers 1

index.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…