mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 15:58:27 +00:00
feat: fold gateway service commands into gateway
This commit is contained in:
@@ -359,7 +359,7 @@ export async function runConfigureWizard(
|
||||
if (!selected.includes("gateway")) {
|
||||
const portInput = guardCancel(
|
||||
await text({
|
||||
message: "Gateway port for daemon install",
|
||||
message: "Gateway port for service install",
|
||||
initialValue: String(gatewayPort),
|
||||
validate: (value) => (Number.isFinite(Number(value)) ? undefined : "Invalid port"),
|
||||
}),
|
||||
@@ -481,7 +481,7 @@ export async function runConfigureWizard(
|
||||
if (!didConfigureGateway) {
|
||||
const portInput = guardCancel(
|
||||
await text({
|
||||
message: "Gateway port for daemon install",
|
||||
message: "Gateway port for service install",
|
||||
initialValue: String(gatewayPort),
|
||||
validate: (value) => (Number.isFinite(Number(value)) ? undefined : "Invalid port"),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user