[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-08-24 02:16:35 +00:00
committed by GitHub
parent 65203036f2
commit 40877e4370

View File

@@ -15,7 +15,6 @@ export const TRAEFIK_HTTP3_PORT =
Number.parseInt(process.env.TRAEFIK_HTTP3_PORT!, 10) || 443;
export const TRAEFIK_VERSION = process.env.TRAEFIK_VERSION || "3.5.0";
export interface TraefikOptions {
env?: string[];
serverId?: string;