feat(tcp crud): tcp server start, stop, restart endpoints + status check
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m30s

This commit is contained in:
2026-04-13 17:30:47 -05:00
parent 4b6061c478
commit 6307037985
9 changed files with 151 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ interface Data<T = unknown[]> {
| "gpChecks"
| "prodEndpoint"
| "create_server";
level: "info" | "error" | "debug" | "fatal";
level: "info" | "error" | "debug" | "fatal" | "warn";
message: string;
room?: string;
data?: T;