refactor: dedupe cli config cron and install flows

This commit is contained in:
Peter Steinberger
2026-03-02 19:48:38 +00:00
parent 9d30159fcd
commit b1c30f0ba9
80 changed files with 1379 additions and 2027 deletions

View File

@@ -1,5 +1,5 @@
export type GatewayServiceRuntime = {
status?: "running" | "stopped" | "unknown";
status?: string;
state?: string;
subState?: string;
pid?: number;