CLI: add gateway verbose flag

This commit is contained in:
Peter Steinberger
2025-12-09 17:17:50 +01:00
parent a86963d62d
commit 4bf968a45a
4 changed files with 9 additions and 8 deletions

View File

@@ -4,8 +4,8 @@ import path from "node:path";
import { loadConfig } from "../config/config.js";
import { loadSessionStore, resolveStorePath } from "../config/sessions.js";
import { info } from "../globals.js";
import { makeProxyFetch } from "../telegram/proxy.js";
import type { RuntimeEnv } from "../runtime.js";
import { makeProxyFetch } from "../telegram/proxy.js";
import { resolveHeartbeatSeconds } from "../web/reconnect.js";
import {
createWaSocket,