refactor(multi-server): update path imports

This commit is contained in:
Mauricio Siu
2024-09-29 18:04:45 -06:00
parent 2ae7e562bb
commit 7bd6b66551
115 changed files with 186 additions and 7124 deletions

View File

@@ -1,4 +1,4 @@
import { createGithub } from "@/server/api/services/github";
import { createGithub } from "@dokploy/builders";
import { db } from "@/server/db";
import { github } from "@/server/db/schema";
import { eq } from "drizzle-orm";