Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/trigger.dev
/ main
Function
main
packages/cli/src/index.ts:6–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
import
{ logger } from
"./utils/logger"
;
5
6
const
main =
async
() => {
7
await
program.parseAsync();
8
};
9
10
main().catch((err) => {
11
if
(err instanceof Error) {
Callers
1
index.ts
File · 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…