chore: generate
This commit is contained in:
@@ -1332,6 +1332,10 @@ export type ServerConfig = {
|
|||||||
* Enable mDNS service discovery
|
* Enable mDNS service discovery
|
||||||
*/
|
*/
|
||||||
mdns?: boolean
|
mdns?: boolean
|
||||||
|
/**
|
||||||
|
* Custom domain name for mDNS service (default: opencode.local)
|
||||||
|
*/
|
||||||
|
mdnsDomain?: string
|
||||||
/**
|
/**
|
||||||
* Additional domains to allow for CORS
|
* Additional domains to allow for CORS
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -8910,6 +8910,10 @@
|
|||||||
"description": "Enable mDNS service discovery",
|
"description": "Enable mDNS service discovery",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"mdnsDomain": {
|
||||||
|
"description": "Custom domain name for mDNS service (default: opencode.local)",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"cors": {
|
"cors": {
|
||||||
"description": "Additional domains to allow for CORS",
|
"description": "Additional domains to allow for CORS",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|||||||
Reference in New Issue
Block a user