[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-08-28 21:48:23 +00:00 committed by GitHub
parent fee0071223
commit a1cc2778f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,9 @@ const mocks = vi.hoisted(() => ({
vi.mock("@dokploy/server/utils/process/execAsync", async (importOriginal) => {
const actual =
await importOriginal<typeof import("@dokploy/server/utils/process/execAsync")>();
await importOriginal<
typeof import("@dokploy/server/utils/process/execAsync")
>();
return {
...actual,
execAsyncRemote: mocks.execAsyncRemote,