This commit is contained in:
Dax Raad 2025-12-07 19:03:20 -05:00
commit c35c15a3ac
27 changed files with 6177 additions and 5573 deletions

View file

@ -10,8 +10,6 @@ import { createClient } from "@hey-api/openapi-ts"
await $`bun dev generate > ${dir}/openapi.json`.cwd(path.resolve(dir, "../../opencode"))
await $`rm -rf src/gen`
await createClient({
input: "./openapi.json",
output: {
@ -40,5 +38,6 @@ await createClient({
})
await $`bun prettier --write src/gen`
await $`bun prettier --write src/v2`
await $`rm -rf dist`
await $`bun tsc`