diff --git a/app/config/frameworks.php b/app/config/frameworks.php index 47e26ac91e..d224a6e170 100644 --- a/app/config/frameworks.php +++ b/app/config/frameworks.php @@ -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' => [