This commit is contained in:
RGJorge
2026-05-04 02:43:11 +00:00
parent 36080e466b
commit d18a459a57
6 changed files with 178 additions and 112 deletions
+2 -1
View File
@@ -57,4 +57,5 @@ export type WSMessage =
| { type: "docker_event"; data: DockerEvent }
| { type: "subscribe_logs"; container: string }
| { type: "unsubscribe_logs" }
| { type: "log_line"; data: LogLine };
| { type: "log_line"; data: LogLine }
| { type: "action_error"; data: { uid: string; action: string; error: string } };