mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-12 17:35:21 +02:00
refactor(multi-server): update path imports
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user