From 3900fffaf0d4205ebb2c98bd8fddcb56dab1c682 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:54:21 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- packages/server/src/utils/traefik/application.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/server/src/utils/traefik/application.ts b/packages/server/src/utils/traefik/application.ts index 6e61f3e7e..a0b82bd61 100644 --- a/packages/server/src/utils/traefik/application.ts +++ b/packages/server/src/utils/traefik/application.ts @@ -5,7 +5,11 @@ import { paths } from "@dokploy/server/constants"; import type { Domain } from "@dokploy/server/services/domain"; import { quote } from "shell-quote"; import { parse, stringify } from "yaml"; -import { execAsync, execAsyncRemote, writeFileRemote } from "../process/execAsync"; +import { + execAsync, + execAsyncRemote, + writeFileRemote, +} from "../process/execAsync"; import type { FileConfig, HttpLoadBalancerService } from "./file-types"; export const createTraefikConfig = (appName: string) => {