build: unify bun quality gate

This commit is contained in:
ejclaw
2026-04-11 04:47:16 +09:00
parent f10833e818
commit 94d53e4cc3
29 changed files with 574 additions and 297 deletions

View File

@@ -37,10 +37,7 @@ export type AppServerTurnEvent =
turn?: {
id?: string | null;
status?: string | null;
error?:
| { message?: string | null }
| string
| null;
error?: { message?: string | null } | string | null;
};
};
}