Fix types

This commit is contained in:
Owen
2026-07-31 16:50:35 -04:00
parent 7e05c16ccd
commit 104dcebda7
14 changed files with 44 additions and 35 deletions
@@ -18,6 +18,7 @@ import {
domains,
exitNodes,
loginPage,
SiteResource,
targetHealthCheck
} from "@server/db";
import {
@@ -359,7 +360,7 @@ export async function getTraefikConfig(
let siteResourcesWithFullDomain: {
siteResourceId: number;
fullDomain: string | null;
mode: "http" | "host" | "cidr" | "ssh";
mode: SiteResource["mode"];
}[] = [];
if (
build == "enterprise" &&