fix(macp): align exports + add CLI smoke test (#415)
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline failed

This commit was merged in pull request #415.
This commit is contained in:
2026-04-05 06:57:42 +00:00
parent df460d5a49
commit 831193cdd8
2 changed files with 66 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./src/index.ts"
"default": "./dist/index.js"
}
},
"scripts": {