refactor: simplify cli commands

This commit is contained in:
Peter Steinberger
2026-01-08 07:16:05 +01:00
parent 79ac0af719
commit 19595a8f99
33 changed files with 359 additions and 1427 deletions

View File

@@ -43,7 +43,7 @@ describe("resolveGatewayProgramArguments", () => {
expect(result.programArguments).toEqual([
process.execPath,
entryPath,
"gateway-daemon",
"gateway",
"--port",
"18789",
]);
@@ -70,7 +70,7 @@ describe("resolveGatewayProgramArguments", () => {
expect(result.programArguments).toEqual([
process.execPath,
indexPath,
"gateway-daemon",
"gateway",
"--port",
"18789",
]);