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:18:23 +02:00
parent f8bc16f148
commit c35dfeae73
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
12 changed files with 6925 additions and 393 deletions

View file

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