Skip to content

Commit ed80450

Browse files
committed
fix tanstack
1 parent 1043689 commit ed80450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/config/frameworks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
'name' => 'TanStack Start',
201201
'screenshotSleep' => 3000,
202202
'buildRuntime' => 'node-22',
203-
'runtimes' => getVersions($templateRuntimes['NODE']['versions'], 'node'),
203+
'runtimes' => $templateRuntimes['NODE'],
204204
'bundleCommand' => 'bash /usr/local/server/helpers/tanstack-start/bundle.sh',
205205
'envCommand' => 'source /usr/local/server/helpers/tanstack-start/env.sh',
206206
'adapters' => [

0 commit comments

Comments
 (0)