Skip to content

Commit e7bde05

Browse files
committed
chore: wip
1 parent 7b785b5 commit e7bde05

File tree

1 file changed

+1
-1
lines changed
  • storage/framework/core/cloud/src/cloud/lambda/cli-setup

1 file changed

+1
-1
lines changed

storage/framework/core/cloud/src/cloud/lambda/cli-setup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737
mkfifo /tmp/mypipe
3838
3939
# Run the command, send output to both the console and the pipe
40-
pkgx bun --bun ./storage/framework/core/buddy/src/cli.ts setup | tee /tmp/mypipe &
40+
bun --bun ./storage/framework/core/buddy/src/cli.ts setup | tee /tmp/mypipe &
4141
4242
# Read from the pipe, add timestamps, and append to the file
4343
while IFS= read -r line; do echo "$(date '+[%Y-%m-%d %H:%M:%S]') $line"; done < /tmp/mypipe >> storage/logs/console.log

0 commit comments

Comments
 (0)