feat: add daemon runtime prompts

This commit is contained in:
Peter Steinberger
2026-01-06 23:51:00 +01:00
parent edfc71a47e
commit 55278c1c71
6 changed files with 20 additions and 1 deletions

View File

@@ -50,6 +50,11 @@ 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" {