mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-06 06:25:28 +02:00
refactor: rename builders to server
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
deleteMount,
|
||||
findMountById,
|
||||
updateMount,
|
||||
} from "@dokploy/builders";
|
||||
} from "@dokploy/server";
|
||||
import { createTRPCRouter, protectedProcedure } from "../trpc";
|
||||
|
||||
export const mountRouter = createTRPCRouter({
|
||||
|
||||
Reference in New Issue
Block a user