mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(build): update imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { findAdmin } from "./server/api/services/admin";
|
import { findAdmin } from "@dokploy/builders";
|
||||||
import { updateAuthById } from "./server/api/services/auth";
|
import { updateAuthById } from "@dokploy/builders";
|
||||||
import { generateRandomPassword } from "./server/auth/random-password";
|
import { generateRandomPassword } from "@dokploy/builders";
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user