refactor(build): update TypeScript and Rollup configuration

This commit is contained in:
Naoki Oketani
2025-05-05 11:52:10 +00:00
parent 8f327f3780
commit 616e881987
4 changed files with 48 additions and 28 deletions

8
src/index.ts Normal file
View File

@@ -0,0 +1,8 @@
/**
* 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()