refactor: update

This commit is contained in:
Mauricio Siu
2024-10-24 23:18:23 -06:00
parent 47aa223f87
commit c42f5cb799
2 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
import fs from "node:fs/promises";
import path from "node:path";
import { paths } from "@dokploy/server/dist/constants";
import { paths } from "@dokploy/server/constants";
const { APPLICATIONS_PATH } = paths();
import type { ApplicationNested } from "@dokploy/server";
import { unzipDrop } from "@dokploy/server";