- apps/api: FastAPI backend with Dockerfile - apps/web: Next.js frontend with Dockerfile - apps/sensor: Signal collection agent - packages: shared packages Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
159 B
TypeScript
11 lines
159 B
TypeScript
/**
|
|
* leWOOOgo Core
|
|
* AWOOOI 智能運維平台核心引擎
|
|
*/
|
|
|
|
// 介面定義
|
|
export * from './interfaces'
|
|
|
|
// Plugin Registry
|
|
export * from './registry'
|