mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-21 16:23:29 +00:00
chore: generate
This commit is contained in:
parent
912a1c4e8a
commit
f8f50ee375
4 changed files with 3 additions and 4 deletions
|
|
@ -12146,7 +12146,7 @@
|
|||
"type": "integer",
|
||||
"allOf": [
|
||||
{
|
||||
"exclusiveMinimum": 0
|
||||
"minimum": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ export interface BootOptions {
|
|||
readonly overrides?: LayerNode.Replacements
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Builds a web-standard fetch handler — `(request: Request) => Promise<Response>` — serving the
|
||||
* same HttpApi routes as the Node server process without binding a port, owning a listener, or
|
||||
|
|
|
|||
|
|
@ -12146,7 +12146,7 @@
|
|||
"type": "integer",
|
||||
"allOf": [
|
||||
{
|
||||
"exclusiveMinimum": 0
|
||||
"minimum": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12146,7 +12146,7 @@
|
|||
"type": "integer",
|
||||
"allOf": [
|
||||
{
|
||||
"exclusiveMinimum": 0
|
||||
"minimum": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue