mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-15 17:50:48 +02:00
feat: set bin dir
This commit is contained in:
parent
dd200d3a2d
commit
b9dcd94d11
@ -25,7 +25,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "./dist/lib/server-impl.js",
|
"main": "./dist/lib/server-impl.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"unleash": "bin/unleash.js"
|
"unleash": "./dist/bin/unleash.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.js",
|
"start": "node server.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user