Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/triggerdotdev/trigger.dev
/ start
Method
start
packages/cli-v3/src/workers/prod/entry-point.ts:934–936 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
932
}
933
934
start() {
935
this.#httpServer.listen(this.#httpPort, this.host);
936
}
937
}
938
939
const
prodWorker =
new
ProdWorker(HTTP_SERVER_PORT);
Callers
15
#createHttpServer
Method · 0.95
_deployCommand
Function · 0.45
compileProject
Function · 0.45
resolveEnvironmentVariables
Function · 0.45
resolveDependencies
Function · 0.45
typecheckProject
Function · 0.45
whoAmI
Function · 0.45
updateTriggerPackages
Function · 0.45
login
Function · 0.45
createAuthorizationCode
Function · 0.45
installPackages
Function · 0.45
writeConfigFile
Function · 0.45
Calls
1
listen
Method · 0.45
Tested by
no test coverage detected