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