chore(lint): satisfy biome checks
This commit is contained in:
@@ -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",
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user