From b56f5e6498fc0c8b4abd9f8a240082978eed1934 Mon Sep 17 00:00:00 2001 From: Jonathan Dobson Date: Thu, 6 Nov 2025 15:37:52 -0500 Subject: [PATCH] turn off new run urls (#3931) --- skyvern-frontend/src/util/env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern-frontend/src/util/env.ts b/skyvern-frontend/src/util/env.ts index 6170b31e..68839457 100644 --- a/skyvern-frontend/src/util/env.ts +++ b/skyvern-frontend/src/util/env.ts @@ -94,7 +94,7 @@ function clearRuntimeApiKey(): void { } } -const useNewRunsUrl = true as const; +const useNewRunsUrl = false as const; export { apiBaseUrl,