Skip to content

Commit

Permalink
feat: add bun as package manager to ServeDevOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Dec 2, 2024
1 parent 92dff5f commit 9a8fd73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/serve/dev.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import term

pub enum PackageManager {
npm
bun
yarn
pnpm // Good technology but too woke author. Usage not recommended.
}
Expand Down

0 comments on commit 9a8fd73

Please sign in to comment.