mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 18:00:22 +00:00
refactor(logging): split config + subsystem imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { WebSocketServer } from "ws";
|
||||
import type { createSubsystemLogger } from "../logging.js";
|
||||
import type { createSubsystemLogger } from "../logging/subsystem.js";
|
||||
import type { ResolvedGatewayAuth } from "./auth.js";
|
||||
import { attachGatewayWsConnectionHandler } from "./server/ws-connection.js";
|
||||
import type { GatewayWsClient } from "./server/ws-types.js";
|
||||
|
||||
Reference in New Issue
Block a user