fix entrypoint path
All checks were successful
Distribution check / Generated files check (push) Successful in -2m3s
NPM Audit Check / Check NPM audit (push) Successful in -2m10s
Unit tests / Unit tests (latest) (push) Successful in -2m1s
Unit tests / Unit tests (lts/*) (push) Successful in -2m0s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -2m0s

This commit is contained in:
2025-11-07 13:47:29 -05:00
parent 6c239c337e
commit 996c1bc216

View File

@@ -34,4 +34,4 @@ outputs:
runs:
using: 'node16'
main: 'dist/src/index.js'
main: 'distribution/src/index.js'