Files
ai-inference/src/index.ts
2025-07-24 19:11:15 +10:00

9 lines
168 B
TypeScript

/**
* The entrypoint for the action. This file simply imports and runs the action's
* main logic.
*/
import {run} from './main.js'
/* istanbul ignore next */
run()