turn off new run urls (#3931)

This commit is contained in:
Jonathan Dobson
2025-11-06 15:37:52 -05:00
committed by GitHub
parent 20b2c23de9
commit b56f5e6498

View File

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