Snapshot release v0.0.0-202508031655

This commit is contained in:
Dax Raad
2025-08-03 12:56:34 -04:00
parent e35605cc13
commit e63ee9cc47
2 changed files with 13 additions and 4 deletions
-3
View File
@@ -6,9 +6,6 @@ process.chdir(dir)
import { $ } from "bun"
import path from "path"
console.log("=== Generating JS SDK ===")
console.log()
import { createClient } from "@hey-api/openapi-ts"
await $`bun dev generate > ${dir}/openapi.json`.cwd(path.resolve(dir, "../../opencode"))