Use separate socket for debug builds (#766)

This commit is contained in:
Max Goedjen
2025-11-29 13:32:34 -08:00
committed by GitHub
parent bb0b6d8dc3
commit 32a1a0bca9
6 changed files with 33 additions and 20 deletions

View File

@@ -4,6 +4,7 @@ import SecretKit
import Observation
import OSLog
import ServiceManagement
import Common
@MainActor protocol AgentLaunchControllerProtocol: Observable, Sendable {
var running: Bool { get }