feat: add git reference support for scenario previews; implement git ref handling in admin router and frontend

This commit is contained in:
2026-01-17 14:27:11 +00:00
parent 07ea17dacf
commit 70c7c0b039
7 changed files with 367 additions and 37 deletions
@@ -30,6 +30,7 @@ export interface GatewayAdminActionRecord {
} | null;
openAt?: string | null;
preopenAt?: string | null;
gitRef?: string | null;
};
}