Files
ai-inference/src/index.ts
T
Sean Goedecke 0905e36402 Initial commit
2025-04-04 07:27:58 +11:00

9 lines
170 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()