Fix TanStack Start default output directory

This commit is contained in:
Matej Bačo
2025-11-24 12:08:55 +01:00
parent 66afd1064d
commit 13a7ead598
+1 -1
View File
@@ -215,7 +215,7 @@ return [
'key' => 'ssr',
'buildCommand' => 'npm run build',
'installCommand' => 'npm install',
'outputDirectory' => './dist',
'outputDirectory' => './.output',
'startCommand' => 'bash helpers/tanstack-start/server.sh',
],
'static' => [