MCPcopy
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
939const prodWorker = new ProdWorker(HTTP_SERVER_PORT);

Callers 15

#createHttpServerMethod · 0.95
_deployCommandFunction · 0.45
compileProjectFunction · 0.45
resolveDependenciesFunction · 0.45
typecheckProjectFunction · 0.45
whoAmIFunction · 0.45
updateTriggerPackagesFunction · 0.45
loginFunction · 0.45
createAuthorizationCodeFunction · 0.45
installPackagesFunction · 0.45
writeConfigFileFunction · 0.45

Calls 1

listenMethod · 0.45

Tested by

no test coverage detected