chore: remove duplicate daemon runtime imports

This commit is contained in:
Peter Steinberger
2026-01-07 00:13:53 +01:00
parent 198515397c
commit 02c9cf0ff4
4 changed files with 0 additions and 19 deletions

View File

@@ -50,11 +50,6 @@ import {
guardCancel,
printWizardHeader,
} from "./onboard-helpers.js";
import {
DEFAULT_GATEWAY_DAEMON_RUNTIME,
GATEWAY_DAEMON_RUNTIME_OPTIONS,
type GatewayDaemonRuntime,
} from "./daemon-runtime.js";
import { ensureSystemdUserLingerInteractive } from "./systemd-linger.js";
function resolveMode(cfg: ClawdbotConfig): "local" | "remote" {