From 8c6cb746fea55a888035f0c7178cd6b12f06da10 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Fri, 5 Dec 2025 09:25:32 +0100 Subject: [PATCH] fix debug --- 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 4e4ac8e55..3375f4b9c 100755 --- a/deployment/bare_metal/start.sh +++ b/deployment/bare_metal/start.sh @@ -303,7 +303,7 @@ bun install --frozen-lockfile # build all modules log_step 'build all modules' -log_warn cat $PROJECT_ROOT/frontend/.env +cat $PROJECT_ROOT/frontend/.env turbo build --env-mode=loose --concurrency=$(nproc) # build inspector and dlt-connector