Skip to content

Commit

Permalink
chore: add bun options
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 9, 2024
1 parent a00f9e6 commit 96bbef6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A modern reverse proxy.",
"author": "Chris Breuer <chris@stacksjs.org>",
"license": "MIT",
"homepage": "https://github.com/stacksjs/rpx#readme",
"homepage": "https://github.com/stacksjs/rpx",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/rpx.git"
Expand Down Expand Up @@ -56,9 +56,9 @@
"release": "bun run changelog && bunx bumpp package.json --all",
"test": "bun test",
"typecheck": "bunx tsc --noEmit",
"dev:docs": "vitepress dev docs",
"build:docs": "vitepress build docs",
"preview:docs": "vitepress preview docs"
"dev:docs": "bun --bun vitepress dev docs",
"build:docs": "bun --bun vitepress build docs",
"preview:docs": "bun --bun vitepress preview docs"
},
"dependencies": {
"@stacksjs/tlsx": "^0.8.3"
Expand Down

0 comments on commit 96bbef6

Please sign in to comment.