chore: generate

This commit is contained in:
opencode-agent[bot]
2026-08-12 18:10:29 +00:00
parent 912a1c4e8a
commit f8f50ee375
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -12146,7 +12146,7 @@
"type": "integer",
"allOf": [
{
"exclusiveMinimum": 0
"minimum": 0
}
]
}
-1
View File
@@ -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
+1 -1
View File
@@ -12146,7 +12146,7 @@
"type": "integer",
"allOf": [
{
"exclusiveMinimum": 0
"minimum": 0
}
]
}
+1 -1
View File
@@ -12146,7 +12146,7 @@
"type": "integer",
"allOf": [
{
"exclusiveMinimum": 0
"minimum": 0
}
]
}