Jon/use new runs urls (#3930)

This commit is contained in:
Jonathan Dobson
2025-11-06 14:28:26 -05:00
committed by GitHub
parent 28f7dcc1a7
commit 20b2c23de9
11 changed files with 98 additions and 63 deletions

View File

@@ -94,6 +94,8 @@ function clearRuntimeApiKey(): void {
}
}
const useNewRunsUrl = true as const;
export {
apiBaseUrl,
runsApiBaseUrl,
@@ -106,4 +108,5 @@ export {
getRuntimeApiKey,
persistRuntimeApiKey,
clearRuntimeApiKey,
useNewRunsUrl,
};