Skip to content

Commit

Permalink
fix: update bin to fix command not found when run examples (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
EasonYou authored Jul 8, 2023
1 parent 08444c7 commit 34188f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"default": "./dist/router/server.js"
}
},
"bin": "./dist/cli.js",
"bin": {
"waku": "./dist/cli.js"
},
"files": [
"src",
"dist"
Expand Down

1 comment on commit 34188f0

@vercel
Copy link

@vercel vercel bot commented on 34188f0 Jul 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

waku – ./

waku.vercel.app
waku-git-main-daishi.vercel.app
waku.gg
waku-daishi.vercel.app
www.waku.gg

Please sign in to comment.