mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(dokploy): use the exact path of functions #578
This commit is contained in:
parent
03d1e974dd
commit
cb5ca100a6
@ -1,6 +1,6 @@
|
||||
import { findAdmin } from "@dokploy/server";
|
||||
import { updateAuthById } from "@dokploy/server";
|
||||
import { generateRandomPassword } from "@dokploy/server";
|
||||
import { generateRandomPassword } from "@dokploy/server/dist/auth/random-password";
|
||||
import { findAdmin } from "@dokploy/server/dist/services/admin";
|
||||
import { updateAuthById } from "@dokploy/server/dist/services/auth";
|
||||
|
||||
(async () => {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user