chore: generate

This commit is contained in:
GitHub Action
2026-01-17 11:47:55 +00:00
parent 7030f49a74
commit d377246491

View File

@@ -60,7 +60,11 @@ export const WebCommand = cmd({
} }
if (opts.mdns) { if (opts.mdns) {
UI.println(UI.Style.TEXT_INFO_BOLD + " mDNS: ", UI.Style.TEXT_NORMAL, `opencode.local:${server.port}`) UI.println(
UI.Style.TEXT_INFO_BOLD + " mDNS: ",
UI.Style.TEXT_NORMAL,
`opencode.local:${server.port}`,
)
} }
// Open localhost in browser // Open localhost in browser