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

Function setApiUrlEnvironmentVariable

packages/cli/src/utils/env.ts:33–35  ·  view source on GitHub ↗
(dir: string, fileName: string, apiUrl: string)

Source from the content-addressed store, hash-verified

31}
32
33export async function setApiUrlEnvironmentVariable(dir: string, fileName: string, apiUrl: string) {
34 await setEnvironmentVariable(dir, fileName, "TRIGGER_API_URL", apiUrl, true);
35}
36
37export async function setPublicApiKeyEnvironmentVariable(
38 dir: string,

Callers 1

initCommandFunction · 0.90

Calls 1

setEnvironmentVariableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…