This commit is contained in:
lyon
2026-05-06 07:37:35 +08:00
parent ef70ca972b
commit 4fdca29df3
6 changed files with 263 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { runCommand } from "./command";
import { type UniDeskConfig, repoRoot } from "./config";
export const dispatchCommands = ["docker.ps", "provider.upgrade", "host.ssh", "echo"] as const;
export const dispatchCommands = ["docker.ps", "provider.upgrade", "host.ssh", "microservice.http", "echo"] as const;
export type DebugDispatchCommand = typeof dispatchCommands[number];
export function isDebugDispatchCommand(value: unknown): value is DebugDispatchCommand {