We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1043689 commit ed80450Copy full SHA for ed80450
1 file changed
app/config/frameworks.php
@@ -200,7 +200,7 @@
200
'name' => 'TanStack Start',
201
'screenshotSleep' => 3000,
202
'buildRuntime' => 'node-22',
203
- 'runtimes' => getVersions($templateRuntimes['NODE']['versions'], 'node'),
+ 'runtimes' => $templateRuntimes['NODE'],
204
'bundleCommand' => 'bash /usr/local/server/helpers/tanstack-start/bundle.sh',
205
'envCommand' => 'source /usr/local/server/helpers/tanstack-start/env.sh',
206
'adapters' => [
0 commit comments