chore(lint): satisfy biome checks

This commit is contained in:
Peter Steinberger
2026-01-13 07:53:25 +00:00
parent 676b64e8a3
commit 3a90335b5a
5 changed files with 42 additions and 31 deletions

View File

@@ -29,10 +29,7 @@ export async function maybeRepairUiProtocolFreshness(
if (schemaStats && !uiStats) {
note(
[
"- Control UI assets are missing.",
"- Run: pnpm ui:build",
].join("\n"),
["- Control UI assets are missing.", "- Run: pnpm ui:build"].join("\n"),
"UI",
);