mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 17:01:22 +00:00
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
import process from "node:process";
|
||||
import { fileURLToPath } from "node:url";
|
||||
|
||||
import { getReplyFromConfig } from "./auto-reply/reply.js";
|
||||
import { applyTemplate } from "./auto-reply/templating.js";
|
||||
import { monitorWebChannel } from "./channel-web.js";
|
||||
@@ -19,6 +18,7 @@ import {
|
||||
import { ensureBinary } from "./infra/binaries.js";
|
||||
import { loadDotEnv } from "./infra/dotenv.js";
|
||||
import { normalizeEnv } from "./infra/env.js";
|
||||
import { formatUncaughtError } from "./infra/errors.js";
|
||||
import { isMainModule } from "./infra/is-main.js";
|
||||
import { ensureOpenClawCliOnPath } from "./infra/path-env.js";
|
||||
import {
|
||||
@@ -28,7 +28,6 @@ import {
|
||||
PortInUseError,
|
||||
} from "./infra/ports.js";
|
||||
import { assertSupportedRuntime } from "./infra/runtime-guard.js";
|
||||
import { formatUncaughtError } from "./infra/errors.js";
|
||||
import { installUnhandledRejectionHandler } from "./infra/unhandled-rejections.js";
|
||||
import { enableConsoleCapture } from "./logging.js";
|
||||
import { runCommandWithTimeout, runExec } from "./process/exec.js";
|
||||
|
||||
Reference in New Issue
Block a user