use new run URLs, attempt iii (#3938)

This commit is contained in:
Jonathan Dobson
2025-11-07 07:24:47 -05:00
committed by GitHub
parent f7bd3d71ac
commit f291e95f96
3 changed files with 6 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ function clearRuntimeApiKey(): void {
}
}
const useNewRunsUrl = false as const;
const useNewRunsUrl = true as const;
export {
apiBaseUrl,