Refactor v2 session events as schemas (#24512)
This commit is contained in:
@@ -9,7 +9,7 @@ import path from "path"
|
||||
|
||||
import { createClient } from "@hey-api/openapi-ts"
|
||||
|
||||
const openapiSource = process.env.OPENCODE_SDK_OPENAPI === "httpapi" ? "httpapi" : "hono"
|
||||
const openapiSource = process.env.OPENCODE_SDK_OPENAPI === "hono" ? "hono" : "httpapi"
|
||||
const opencode = path.resolve(dir, "../../opencode")
|
||||
|
||||
if (openapiSource === "httpapi") {
|
||||
|
||||
+1923
-1692
File diff suppressed because it is too large
Load Diff
+3468
-2385
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user