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 10:58:16 +02:00
parent e0fea16cbf
commit d70693f4ae
11 changed files with 7178 additions and 499 deletions

View File

@@ -122,5 +122,5 @@ outputs:
runs:
using: 'node24'
main: 'dist/index.js'
post: 'dist/index.js'
main: 'dist/index.cjs'
post: 'dist/index.cjs'