Files
first-interaction/src/index.ts

9 lines
170 B
TypeScript
Raw Permalink Normal View History

2025-02-19 13:47:20 -05:00
/**
* 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()