refåctor: remove files

This commit is contained in:
Mauricio Siu
2024-12-14 23:06:54 -06:00
parent fc2b0abdb1
commit c6e512bec1
8 changed files with 24 additions and 595 deletions

View File

@@ -7,7 +7,7 @@ import {
auth,
users,
} from "@dokploy/server/db/schema";
import { getPublicIpWithFallback } from "@dokploy/server/wss/terminal";
import { getPublicIpWithFallback } from "@dokploy/server/wss/utils";
import { TRPCError } from "@trpc/server";
import * as bcrypt from "bcrypt";
import { eq } from "drizzle-orm";