fix(server): update build paths

This commit is contained in:
Mauricio Siu
2024-10-26 15:48:30 -06:00
parent 0873618c63
commit 27c33c7661
6 changed files with 18 additions and 76 deletions

View File

@@ -8,7 +8,7 @@ import {
runMongoBackup,
runMySqlBackup,
runPostgresBackup,
} from "@dokploy/server/dist";
} from "@dokploy/server";
import { db } from "@dokploy/server/dist/db";
import { backups, server } from "@dokploy/server/dist/db/schema";
import { eq } from "drizzle-orm";