mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 02:21:25 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -3,9 +3,9 @@ import fs from "node:fs";
|
||||
import json5 from "json5";
|
||||
|
||||
import { resolveConfigPath } from "../config/paths.js";
|
||||
import type { ClawdbotConfig } from "../config/types.js";
|
||||
import type { MoltbotConfig } from "../config/types.js";
|
||||
|
||||
type LoggingConfig = ClawdbotConfig["logging"];
|
||||
type LoggingConfig = MoltbotConfig["logging"];
|
||||
|
||||
export function readLoggingConfig(): LoggingConfig | undefined {
|
||||
const configPath = resolveConfigPath();
|
||||
|
||||
Reference in New Issue
Block a user