refactor(server): remove files

This commit is contained in:
Mauricio Siu
2024-09-29 13:28:24 -06:00
parent e4b998c608
commit 2ae7e562bb
67 changed files with 21 additions and 8678 deletions

View File

@@ -2,7 +2,7 @@ import type http from "node:http";
import { spawn } from "node-pty";
import { Client } from "ssh2";
import { WebSocketServer } from "ws";
import { findServerById } from "../api/services/server";
import { findServerById } from "@dokploy/builders";
import { validateWebSocketRequest } from "../auth/auth";
import { readSSHKey } from "../utils/filesystem/ssh";
import { getShell } from "./utils";