From d3ef296e84fcd05a75338aa5920f98901ad001b2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 15 Feb 2026 23:29:33 +0000 Subject: [PATCH] feat(mise/tools): add convex CLI Co-Authored-By: Claude Opus 4.6 --- config/mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 31b0607..008e609 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -55,6 +55,7 @@ compile = true "npm:@openai/codex" = "latest" "npm:@prettier/plugin-php" = "latest" "npm:claude-plugins" = "latest" +"npm:convex" = "latest" "npm:dockerfile-language-server-nodejs" = "latest" "npm:eslint" = "latest" "npm:eslint-config-prettier" = "latest"