refactor: split control-plane cli modules
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// SPEC: PJ2026-01060307 控制面模块化 draft-2026-06-25-p0. Domain barrel for scripts/src/hwlab-node-impl.ts.
|
||||
export * from "./entry";
|
||||
export * from "./plan";
|
||||
export * from "./observability";
|
||||
export * from "./runtime-common";
|
||||
export * from "./cleanup";
|
||||
export * from "./control-actions";
|
||||
export * from "./git-mirror";
|
||||
export * from "./status";
|
||||
export * from "./render";
|
||||
export * from "./web-probe";
|
||||
export * from "./web-probe-observe";
|
||||
export * from "./web-observe-render";
|
||||
export * from "./web-observe-scripts";
|
||||
export * from "./public-exposure";
|
||||
export * from "./secret-scripts";
|
||||
export * from "./utils";
|
||||
Reference in New Issue
Block a user