diff --git a/src/cli/gateway-cli/run.ts b/src/cli/gateway-cli/run.ts index da3893f3cba..4dc9298ffa9 100644 --- a/src/cli/gateway-cli/run.ts +++ b/src/cli/gateway-cli/run.ts @@ -1,7 +1,7 @@ -import type { Command } from "commander"; -import { readSecretFromFile } from "../../acp/secret-file.js"; import fs from "node:fs"; import path from "node:path"; +import type { Command } from "commander"; +import { readSecretFromFile } from "../../acp/secret-file.js"; import type { GatewayAuthMode, GatewayTailscaleMode } from "../../config/config.js"; import { CONFIG_PATH,