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";

View File

@@ -1,4 +1,6 @@
import fs from "node:fs/promises";
import path from "node:path";
import { DEFAULT_BOOTSTRAP_FILENAME } from "../agents/workspace.js";
import {
DEFAULT_GATEWAY_DAEMON_RUNTIME,