From c6bd199a0fe5d7eda840e8505b65259839bb5269 Mon Sep 17 00:00:00 2001 From: Sindre Svendby <1047421+SindreSvendby@users.noreply.github.com> Date: Sun, 5 Nov 2023 20:09:05 +0100 Subject: [PATCH] Bun and Python support --- frontend/src/lib/components/ScriptBuilder.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/ScriptBuilder.svelte b/frontend/src/lib/components/ScriptBuilder.svelte index 26b8b67085c34..0370b03f33014 100644 --- a/frontend/src/lib/components/ScriptBuilder.svelte +++ b/frontend/src/lib/components/ScriptBuilder.svelte @@ -639,7 +639,7 @@ In this mode, the script is meant to be run on dedicated workers that run the script at native speed. Can reach >1500rps per dedicated worker. Only - available on enterprise edition and for the Bun language.