replace ncc with esbuild for action bundling

This commit is contained in:
CrazyMax
2026-04-26 23:03:46 +02:00
parent 46064c663e
commit e611fac80f
10 changed files with 1905 additions and 105 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ inputs:
runs:
using: 'node24'
main: 'dist/index.js'
main: 'dist/index.cjs'