fix(dokploy): use the exact path of functions #578

This commit is contained in:
Mauricio Siu 2024-10-22 20:00:29 -06:00
parent 03d1e974dd
commit cb5ca100a6

View File

@ -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 {