We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b785b5 commit e7bde05Copy full SHA for e7bde05
storage/framework/core/cloud/src/cloud/lambda/cli-setup/index.js
@@ -37,7 +37,7 @@ fi
37
mkfifo /tmp/mypipe
38
39
# 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 &
+bun --bun ./storage/framework/core/buddy/src/cli.ts setup | tee /tmp/mypipe &
41
42
# Read from the pipe, add timestamps, and append to the file
43
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