feat: bridge question routes from Hono to Effect HttpApi (#22718)

This commit is contained in:
Kit Langton 2026-04-15 22:50:22 -04:00 committed by GitHub
commit 1508196c0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 49 additions and 27 deletions

View file

@ -84,6 +84,7 @@ export namespace Flag {
export const OPENCODE_STRICT_CONFIG_DEPS = truthy("OPENCODE_STRICT_CONFIG_DEPS")
export const OPENCODE_WORKSPACE_ID = process.env["OPENCODE_WORKSPACE_ID"]
export const OPENCODE_EXPERIMENTAL_HTTPAPI = OPENCODE_EXPERIMENTAL || truthy("OPENCODE_EXPERIMENTAL_HTTPAPI")
export const OPENCODE_EXPERIMENTAL_WORKSPACES = OPENCODE_EXPERIMENTAL || truthy("OPENCODE_EXPERIMENTAL_WORKSPACES")
function number(key: string) {