mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 08:54:45 +00:00
perf(cli): narrow daemon and gateway cold paths
This commit is contained in:
6
src/cli/daemon-cli/lifecycle.runtime.ts
Normal file
6
src/cli/daemon-cli/lifecycle.runtime.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export {
|
||||
runDaemonRestart,
|
||||
runDaemonStart,
|
||||
runDaemonStop,
|
||||
runDaemonUninstall,
|
||||
} from "./lifecycle.js";
|
||||
Reference in New Issue
Block a user