refactor(cli): share gateway service subcommands

This commit is contained in:
Peter Steinberger
2026-02-15 04:44:23 +00:00
parent ae599243fd
commit 7a63b046da
4 changed files with 83 additions and 140 deletions

View File

@@ -1,4 +1,5 @@
export { registerDaemonCli } from "./daemon-cli/register.js";
export { addGatewayServiceCommands } from "./daemon-cli/register-service-commands.js";
export {
runDaemonInstall,
runDaemonRestart,