feat: bridge question routes from Hono to Effect HttpApi (#22718)
This commit is contained in:
parent
f6243603f8
commit
1508196c0f
4 changed files with 49 additions and 27 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue