opencode-agent[bot] před 4 dny
rodič
revize
f8f50ee375

+ 1 - 1
packages/protocol/openapi.json

@@ -12146,7 +12146,7 @@
             "type": "integer",
             "allOf": [
               {
-                "exclusiveMinimum": 0
+                "minimum": 0
               }
             ]
           }

+ 0 - 1
packages/server/src/fetch.ts

@@ -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
packages/www/openapi.json

@@ -12146,7 +12146,7 @@
             "type": "integer",
             "allOf": [
               {
-                "exclusiveMinimum": 0
+                "minimum": 0
               }
             ]
           }

+ 1 - 1
packages/www/public/openapi.json

@@ -12146,7 +12146,7 @@
             "type": "integer",
             "allOf": [
               {
-                "exclusiveMinimum": 0
+                "minimum": 0
               }
             ]
           }