mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-05 14:05:30 +02:00
refactor(multi-server): update path imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { findAdmin } from "@/server/api/services/admin";
|
||||
import { findAdmin } from "@dokploy/builders";
|
||||
import { db } from "@/server/db";
|
||||
import { applications, compose, github } from "@/server/db/schema";
|
||||
import type { DeploymentJob } from "@/server/queues/deployments-queue";
|
||||
|
||||
Reference in New Issue
Block a user