Files
pikasTech-unidesk/scripts/src/platform-infra/index.ts
T
2026-06-25 16:16:25 +00:00

14 lines
476 B
TypeScript

// SPEC: PJ2026-01060307 控制面模块化 draft-2026-06-25-p0. Domain barrel for scripts/src/platform-infra.ts.
export * from "./entry";
export * from "./options";
export * from "./config";
export * from "./manifest";
export * from "./actions";
export * from "./policy";
export * from "./secrets-and-egress";
export * from "./pk01-public-exposure";
export * from "./apply-script";
export * from "./status-script";
export * from "./validate-script";
export * from "./utils";