Fix ts issues

This commit is contained in:
Louis Lam
2023-12-26 04:01:58 +08:00
parent fa0a4f8ccf
commit cacee2221e
4 changed files with 35 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
import { DockgeServer } from "./dockge-server";
import { AgentSocket } from "../../common/agent-socket";
import { AgentSocket } from "../common/agent-socket";
import { DockgeSocket } from "./util-server";
export abstract class AgentSocketHandler {