change debug code

This commit is contained in:
einhornimmond 2025-12-05 09:41:14 +01:00
parent 3d8e94b369
commit 572f504c9b

View File

@ -303,6 +303,9 @@ bun install --frozen-lockfile
# build all modules
log_step 'build all modules'
echo "PROJECT_ROOT='$PROJECT_ROOT'"
echo "Checking: $PROJECT_ROOT/frontend/.env"
ls -l $PROJECT_ROOT/frontend
cat $PROJECT_ROOT/frontend/.env
turbo build --env-mode=loose --concurrency=$(nproc)