@restnfeel/agentc-starter-kit
Version:
한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템
22 lines (16 loc) • 468 B
text/typescript
// 미디어 관리 시스템 통합 exports
// 기본 구성 요소
export * from "./media-service";
// 이미지 처리
export * from "./image-processor";
export * from "./image-worker";
// CDN 통합
export * from "./cdn-config";
export * from "./cdn-service";
// 보안 및 접근 제어
export * from "./permissions";
export * from "./signed-url";
export * from "./watermark";
export * from "./audit-log";
// 배치 처리
export * from "./batch-processor";