Include queued in ProjectStatus so the replace-files button type-checks.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-10 20:57:52 +02:00
co-authored by Cursor
parent 61f85f519b
commit face8ec38d
+1
View File
@@ -102,6 +102,7 @@ export interface BomSummaryRow {
export type ProjectStatus =
| "draft"
| "queued"
| "running"
| "complete"
| "error"