Skip to content

Commit 28104d2

Browse files
authored
Add bin for proxy CLI (#305)
Closes #260.
1 parent 010fdc3 commit 28104d2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/light-snails-lie.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"proxy": minor
3+
---
4+
5+
Add bin for CLI

packages/proxy/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"files": [
88
"dist"
99
],
10+
"bin": "./dist/bin/proxy.js",
1011
"scripts": {
1112
"build": "tsc",
1213
"test": "jest --env node --verbose --bail",

0 commit comments

Comments
 (0)