You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want the dev tools to be included by default you can flip it with disable_tools:
mise.toml
[tools]
node = "lts"pnpm = "latest"# You can add a comment here if you like to help separate the toolslazygit = "latest"github-cli = "latest"httpie-go = "latest"
i think it would be pretty cool, if as in Node.JS, we had the separations of "dependencies":
not like in the
mise.local.toml
, this tools can be in git, leaving the entire development environment ready and the production without useless toolsThe text was updated successfully, but these errors were encountered: