mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-05-15 11:35:40 +08:00
7 lines
200 B
TypeScript
7 lines
200 B
TypeScript
import { buildRuntimeDecisionSystem } from '../../services/decisionFlowService'
|
|
|
|
export default defineEventHandler(async () => {
|
|
const system = await buildRuntimeDecisionSystem()
|
|
return system
|
|
})
|