From 4d4874d9bc3dee1d02b139286de68623c180577e Mon Sep 17 00:00:00 2001 From: clauspeterhuebner Date: Tue, 8 Jul 2025 21:03:08 +0200 Subject: [PATCH] manually insert changes from #3511 --- deployment/bare_metal/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/bare_metal/start.sh b/deployment/bare_metal/start.sh index 0eda8958a..498a112b9 100755 --- a/deployment/bare_metal/start.sh +++ b/deployment/bare_metal/start.sh @@ -282,7 +282,7 @@ bun install # build all modules log_step 'build all modules' -turbo build --env-mode=loose +turbo build --env-mode=loose --concurrency=$(nproc) # database log_step 'Updating database'