From 035a43d32e2eb57937c2d2e7a41ff200e0b5e0b5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 23 Feb 2025 22:58:25 +0000 Subject: [PATCH] feat(mise/tools): install npm packages with bun --- config/mise/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 87b8a1f..58067cb 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -8,6 +8,9 @@ not_found_auto_install = false show_env = true show_tools = false +[settings.npm] +bun = true + [settings.pipx] # Allow mise to install pipx packages without manual installation of pipx. uvx = true @@ -70,6 +73,7 @@ argocd = "latest" aws-cli = "2.17" bat = "latest" buf = "latest" +bun = "latest" cargo-binstall = "latest" crane = "latest" ctop = "latest"