Skip to content

Commit

Permalink
refactor: remove unused ws
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jan 2, 2025
1 parent 3ec3ff8 commit 47fb2cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/dokploy/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { setupDockerContainerTerminalWebSocketServer } from "./wss/docker-contai
import { setupDockerStatsMonitoringSocketServer } from "./wss/docker-stats";
import { setupDeploymentLogsWebSocketServer } from "./wss/listen-deployment";
import { setupTerminalWebSocketServer } from "./wss/terminal";
import { setupMonitoringWebSocketServer } from "./wss/monitoring";

config({ path: ".env" });
const PORT = Number.parseInt(process.env.PORT || "3000", 10);
Expand Down

0 comments on commit 47fb2cc

Please sign in to comment.