From ed80450bd57df447537da74f79bed2aa71738859 Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Fri, 5 Dec 2025 12:07:47 +0530 Subject: [PATCH] fix tanstack --- app/config/frameworks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/frameworks.php b/app/config/frameworks.php index 15a042b34d..6078c53c63 100644 --- a/app/config/frameworks.php +++ b/app/config/frameworks.php @@ -200,7 +200,7 @@ return [ 'name' => 'TanStack Start', 'screenshotSleep' => 3000, 'buildRuntime' => 'node-22', - 'runtimes' => getVersions($templateRuntimes['NODE']['versions'], 'node'), + 'runtimes' => $templateRuntimes['NODE'], 'bundleCommand' => 'bash /usr/local/server/helpers/tanstack-start/bundle.sh', 'envCommand' => 'source /usr/local/server/helpers/tanstack-start/env.sh', 'adapters' => [