diff --git a/apps/host-daemon/src/command-dispatch.ts b/apps/host-daemon/src/command-dispatch.ts index 418c240de3..5e9142546a 100644 --- a/apps/host-daemon/src/command-dispatch.ts +++ b/apps/host-daemon/src/command-dispatch.ts @@ -1,12 +1,12 @@ import { providerCliInstallEventSchema, + type HostDaemonCommand, + type HostDaemonCommandResult, + type HostDaemonOnlineRpcCommand, + type HostDaemonOnlineRpcCommandType, + type HostDaemonOnlineRpcResult, + type HostDaemonSettledCommandType, type ProviderCliInstallEvent, - HostDaemonCommand, - HostDaemonCommandResult, - HostDaemonOnlineRpcCommand, - HostDaemonOnlineRpcCommandType, - HostDaemonOnlineRpcResult, - HostDaemonSettledCommandType, } from "@bb/host-daemon-contract"; import semver from "semver"; import {