chore: generate

This commit is contained in:
GitHub Action
2025-12-31 09:51:12 +00:00
parent a62738b1e1
commit 0a9cd25e28
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -1177,6 +1177,10 @@ export type ServerConfig = {
* Enable mDNS service discovery
*/
mdns?: boolean
/**
* Additional domains to allow for CORS
*/
cors?: Array<string>
}
export type AgentConfig = {