mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-09 07:55:25 +02:00
refactor: rename builders to server
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { findAdmin } from "@dokploy/builders";
|
||||
import { updateAuthById } from "@dokploy/builders";
|
||||
import { generateRandomPassword } from "@dokploy/builders";
|
||||
import { findAdmin } from "@dokploy/server";
|
||||
import { updateAuthById } from "@dokploy/server";
|
||||
import { generateRandomPassword } from "@dokploy/server";
|
||||
|
||||
(async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user