Update package.json to change the path of the 'arbiter' binary from './dist/cli.js' to './dist/src/cli.js' for correct execution.

This commit is contained in:
Luke Hagar
2025-08-13 15:57:29 -05:00
parent 2dc0c96b1f
commit b03a7cc32a

View File

@@ -4,7 +4,7 @@
"description": "API proxy with OpenAPI generation and HAR export capabilities", "description": "API proxy with OpenAPI generation and HAR export capabilities",
"main": "dist/cli.js", "main": "dist/cli.js",
"bin": { "bin": {
"arbiter": "./dist/cli.js" "arbiter": "./dist/src/cli.js"
}, },
"type": "module", "type": "module",
"repository": { "repository": {