refactor: update

This commit is contained in:
Mauricio Siu
2024-10-24 21:07:36 -06:00
parent cb586c9b74
commit 4309939fd5
104 changed files with 4997 additions and 285 deletions

View File

@@ -1,11 +1,11 @@
import { db } from "@/server/db";
import { db } from "@dokploy/server/db";
import {
type apiCreateGitlab,
type bitbucket,
gitProvider,
type github,
gitlab,
} from "@/server/db/schema";
} from "@dokploy/server/db/schema";
import { TRPCError } from "@trpc/server";
import { eq } from "drizzle-orm";