mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 17:50:21 +00:00
fix(cli): clean daemon install imports
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import type { DaemonInstallOptions } from "./types.js";
|
||||
import type { DaemonInstallOptions } from "./types.js";
|
||||
import { resolveNodeStartupTlsEnvironment } from "../../bootstrap/node-startup-env.js";
|
||||
import { buildGatewayInstallPlan } from "../../commands/daemon-install-helpers.js";
|
||||
import {
|
||||
@@ -18,6 +16,7 @@ import {
|
||||
failIfNixDaemonInstallMode,
|
||||
parsePort,
|
||||
} from "./shared.js";
|
||||
import type { DaemonInstallOptions } from "./types.js";
|
||||
|
||||
export async function runDaemonInstall(opts: DaemonInstallOptions) {
|
||||
const { json, stdout, warnings, emit, fail } = createDaemonInstallActionContext(opts.json);
|
||||
|
||||
Reference in New Issue
Block a user