Track cancelled deployments separately.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
keyhan
2026-05-18 22:15:43 +03:30
parent d5e6ab0f68
commit 68d1ccb196
10 changed files with 34 additions and 9 deletions
+1
View File
@@ -139,6 +139,7 @@ export type DeploymentStatus =
| 'deploying'
| 'running'
| 'failed'
| 'cancelled'
| 'stopped'
| 'deleting';