mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 12:27:48 +00:00
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:
@@ -4,7 +4,7 @@
|
||||
"description": "API proxy with OpenAPI generation and HAR export capabilities",
|
||||
"main": "dist/cli.js",
|
||||
"bin": {
|
||||
"arbiter": "./dist/cli.js"
|
||||
"arbiter": "./dist/src/cli.js"
|
||||
},
|
||||
"type": "module",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user