run formatter

This commit is contained in:
Dax Raad
2025-05-31 14:41:00 -04:00
parent bad8d2aa87
commit 27c92a478f
52 changed files with 1376 additions and 1390 deletions
+1
View File
@@ -27,6 +27,7 @@ cli.command("", "Start the opencode in interactive mode").action(async () => {
if (!(await file.exists())) {
console.log("installing tui binary...")
await Bun.write(file, blob, { mode: 0o755 })
await fs.chmod(binary, 0o755)
}
cwd = process.cwd()
cmd = [binary]