We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fca05 commit a3f1918Copy full SHA for a3f1918
2 files changed
packages/sdk/js/src/v2/gen/types.gen.ts
@@ -1332,6 +1332,10 @@ export type ServerConfig = {
1332
* Enable mDNS service discovery
1333
*/
1334
mdns?: boolean
1335
+ /**
1336
+ * Custom domain name for mDNS service (default: opencode.local)
1337
+ */
1338
+ mdnsDomain?: string
1339
/**
1340
* Additional domains to allow for CORS
1341
packages/sdk/openapi.json
@@ -8910,6 +8910,10 @@
8910
"description": "Enable mDNS service discovery",
8911
"type": "boolean"
8912
},
8913
+ "mdnsDomain": {
8914
+ "description": "Custom domain name for mDNS service (default: opencode.local)",
8915
+ "type": "string"
8916
+ },
8917
"cors": {
8918
"description": "Additional domains to allow for CORS",
8919
"type": "array",
0 commit comments