mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-15 02:45:23 +02:00
refactor: rename builders to server
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { generateRandomHash } from "@dokploy/builders";
|
||||
import { generateRandomHash } from "@dokploy/server";
|
||||
import {
|
||||
addSuffixToAllVolumes,
|
||||
addSuffixToVolumesInServices,
|
||||
} from "@dokploy/builders";
|
||||
import type { ComposeSpecification } from "@dokploy/builders";
|
||||
} from "@dokploy/server";
|
||||
import type { ComposeSpecification } from "@dokploy/server";
|
||||
import { load } from "js-yaml";
|
||||
import { expect, test } from "vitest";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user