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

16 lines
515 B
TypeScript

// SPEC: PJ2026-01060307 控制面模块化 draft-2026-06-25-p0. Domain barrel for scripts/src/artifact-registry.ts.
export * from "./types";
export * from "./catalog";
export * from "./options";
export * from "./bundle";
export * from "./status";
export * from "./consumer";
export * from "./remote";
export * from "./readonly";
export * from "./install";
export * from "./runtime-secrets";
export * from "./artifact-probe";
export * from "./compose-deploy";
export * from "./k3s-deploy";
export * from "./entry";