This commit is contained in:
Dax Raad
2025-06-14 12:32:41 -04:00
parent c738e26438
commit 3cf4ef56fb
2 changed files with 1 additions and 17 deletions

View File

@@ -72,7 +72,7 @@ const cli = yargs(hideBin(process.argv))
cmd = [binary]
}
const proc = Bun.spawn({
cmd,
cmd: [...cmd, ...process.argv.slice(2)],
cwd,
stdout: "inherit",
stderr: "inherit",