Skip to content

Commit

Permalink
Add bin for proxy CLI (#305)
Browse files Browse the repository at this point in the history
Closes #260.
  • Loading branch information
lukekarrys committed Apr 6, 2024
1 parent 010fdc3 commit 28104d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-snails-lie.md
@@ -0,0 +1,5 @@
---
"proxy": minor
---

Add bin for CLI
1 change: 1 addition & 0 deletions packages/proxy/package.json
Expand Up @@ -7,6 +7,7 @@
"files": [
"dist"
],
"bin": "./dist/bin/proxy.js",
"scripts": {
"build": "tsc",
"test": "jest --env node --verbose --bail",
Expand Down

0 comments on commit 28104d2

Please sign in to comment.