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",
|
"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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user