feat(mise): use bun for npm packages and add opencode
This commit is contained in:
parent
08389f78ba
commit
b91fb3aca0
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
[tools]
|
||||
usage = "latest"
|
||||
bun = "latest"
|
||||
"npm:five-server" = "latest"
|
||||
node = "latest"
|
||||
pnpm = "latest"
|
||||
uv = "latest"
|
||||
|
@ -10,6 +9,7 @@ age = "latest"
|
|||
deno = "latest"
|
||||
go = "latest"
|
||||
watchexec = "latest"
|
||||
|
||||
# Cargo Tools
|
||||
"cargo:cargo-cache" = "latest"
|
||||
"cargo:kanata" = "latest"
|
||||
|
@ -24,6 +24,10 @@ watchexec = "latest"
|
|||
"pipx:pytest" = "latest"
|
||||
"pipx:b2" = "latest"
|
||||
|
||||
# Node Tools
|
||||
"npm:five-server" = "latest"
|
||||
"npm:opencode-ai" = "latest"
|
||||
|
||||
[settings]
|
||||
# plugins can read the versions files used by other version managers (if enabled by the plugin)
|
||||
# for example, .nvmrc in the case of node's nvm
|
||||
|
@ -62,3 +66,4 @@ status = { missing_tools = "if_other_versions_installed", show_env = false, show
|
|||
cargo_binstall = true # Install pre-compiled cargo packages
|
||||
pipx_uvx = true # Use uvx instead of pipx
|
||||
idiomatic_version_file_enable_tools = ["node"]
|
||||
npm.bun = true
|
||||
|
|
Loading…
Add table
Reference in a new issue