[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-09-01 07:54:21 +00:00 committed by GitHub
parent 68a05551d0
commit 3900fffaf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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