feat: show the instance ID after setup

This commit is contained in:
2026-07-24 15:20:00 +01:00
parent 8d88b16f20
commit ee4dff09c9
3 changed files with 23 additions and 3 deletions
+1
View File
@@ -327,6 +327,7 @@ export interface BootstrapStatus {
export interface BootstrapResponse {
instance: Instance;
slug: string;
instance_id: string;
}
export interface InstanceUser {