refactor: remove unsued files

This commit is contained in:
Mauricio Siu
2024-12-14 22:46:01 -06:00
parent e643255a67
commit d20f86ffe1
15 changed files with 106 additions and 680 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";