fix(mdns): use named import for bonjour-service (resolves #6422) (#6423)

This commit is contained in:
Jkker 2025-12-29 21:29:34 -08:00 committed by GitHub
parent af99d83709
commit ddc4e34731
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
import { Log } from "@/util/log"
import Bonjour from "bonjour-service"
import { Bonjour } from "bonjour-service"
const log = Log.create({ service: "mdns" })