perf(cli): narrow daemon and gateway cold paths

This commit is contained in:
Vincent Koc
2026-04-14 17:35:17 +01:00
parent 9843a4f1fc
commit f8610da4c5
12 changed files with 151 additions and 48 deletions

View File

@@ -0,0 +1,6 @@
export {
runDaemonRestart,
runDaemonStart,
runDaemonStop,
runDaemonUninstall,
} from "./lifecycle.js";