refactor: centralize control ui avatar helpers

This commit is contained in:
Peter Steinberger
2026-01-22 23:41:28 +00:00
parent 6a25e23909
commit d297e17958
8 changed files with 92 additions and 51 deletions

View File

@@ -9,7 +9,7 @@ import {
type ResolvedGatewayAuth,
resolveGatewayAuth,
} from "./auth.js";
import { normalizeControlUiBasePath } from "./control-ui.js";
import { normalizeControlUiBasePath } from "./control-ui-shared.js";
import { resolveHooksConfig } from "./hooks.js";
import { isLoopbackHost, resolveGatewayBindHost } from "./net.js";