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:26:37 +02:00
parent f8607cc714
commit 39f273e99b
10 changed files with 5877 additions and 1024 deletions

View File

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