fix: restore wizard/doctor imports

This commit is contained in:
Peter Steinberger
2026-01-17 23:41:33 +00:00
parent b60a53e10d
commit 125be3e111
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import type { ClawdbotConfig } from "../config/config.js";
import { resolveGatewayPort } from "../config/config.js";
import { resolveGatewayLaunchAgentLabel } from "../daemon/constants.js";
import { readLastGatewayErrorLine } from "../daemon/diagnostics.js";
import { resolveGatewayService } from "../daemon/service.js";
import { isSystemdUserServiceAvailable } from "../daemon/systemd.js";