opencode/script/format.ts
2025-12-18 14:33:40 -06:00

5 lines
98 B
TypeScript
Executable file

#!/usr/bin/env bun
import { $ } from "bun"
await $`bun run prettier --ignore-unknown --write .`