refactor: rename builders to server

This commit is contained in:
Mauricio Siu
2024-10-05 22:15:47 -06:00
parent 43555cdabe
commit f3ce69b656
361 changed files with 551 additions and 562 deletions

View File

@@ -1,11 +1,11 @@
import type http from "node:http";
import { WebSocketServer } from "ws";
import {
docker,
getLastAdvancedStatsFile,
recordAdvancedStats,
validateWebSocketRequest,
} from "@dokploy/builders";
} from "@dokploy/server";
import { WebSocketServer } from "ws";
export const setupDockerStatsMonitoringSocketServer = (
server: http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>,