We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dc284 commit e2b6740Copy full SHA for e2b6740
packages/core/src/v3/apiClient/index.ts
@@ -96,7 +96,7 @@ export class ApiClientManager {
96
97
get baseURL(): string | undefined {
98
const store = this.#getStore();
99
- return store?.baseURL ?? getEnvVar("TRIGGER_API_URL");
+ return store?.baseURL ?? getEnvVar("TRIGGER_API_URL") ?? "https://api.trigger.dev";
100
}
101
102
get accessToken(): string | undefined {
0 commit comments