From af3abf91bc109cdcd532f67f57990a05e948836a Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:41:18 +0200 Subject: [PATCH] add bun to mise config.toml --- .config/mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/mise/config.toml b/.config/mise/config.toml index bf07a14..8587648 100644 --- a/.config/mise/config.toml +++ b/.config/mise/config.toml @@ -1,4 +1,5 @@ [tools] +bun = "latest" elixir = "latest" elixir-ls = "latest" erlang = "latest"