feat: add sqlite catalog web app

This commit is contained in:
Keith Solomon
2026-05-17 14:05:25 -05:00
parent 140c16891f
commit fe0678fac2
22 changed files with 1452 additions and 12 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ export interface CatalogPayload {
}
export interface OutputWriter {
write(payload: CatalogPayload): Promise<unknown>;
write(payload: CatalogPayload, summary?: Record<string, unknown>): Promise<unknown>;
}