replace ncc with esbuild for action bundling

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-04-24 11:22:07 +02:00
parent 5223f80f64
commit abeccdd2a4
10 changed files with 6125 additions and 1130 deletions
+2 -2
View File
@@ -47,5 +47,5 @@ outputs:
runs:
using: 'node24'
main: 'dist/index.js'
post: 'dist/index.js'
main: 'dist/index.cjs'
post: 'dist/index.cjs'