fix(client): exclude generated files from formatting (#33832)

Co-authored-by: Test <test@opencode.test>
This commit is contained in:
opencode-agent[bot] 2026-06-25 07:53:00 -04:00 committed by GitHub
commit e6c45134ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 2 deletions

View file

@ -1 +1,5 @@
["client-error.ts", "client.ts", "index.ts"]
[
"client-error.ts",
"client.ts",
"index.ts"
]