takt/src/commands/workflowExecution.ts
2026-02-02 06:55:56 +09:00

3 lines
211 B
TypeScript

/** Re-export shim — actual implementation in execution/workflowExecution.ts */
export { executeWorkflow, type WorkflowExecutionResult, type WorkflowExecutionOptions } from './execution/workflowExecution.js';