dev: automated commit - 2025-06-08 21:44:47

This commit is contained in:
Mariano Z. 2025-06-08 21:44:47 -03:00
parent 9076125efa
commit 6f13d4b40d
10 changed files with 14 additions and 315 deletions

View file

@ -4,7 +4,6 @@ nodejs = "16.14.0"
golang = "1.23.0"
flyctl = "0.1.64"
sops = "3.6.1"
dotnet = "system"
java = "openjdk-17"
node = "20"
dotnet-core = "8.0.401"
@ -41,13 +40,10 @@ not_found_auto_install = true # see MISE_NOT_FOUND_AUTO_INSTALL
task_output = "prefix" # see Tasks Runner for more information
paranoid = false # see MISE_PARANOID
shorthands_file = '~/.config/mise/shorthands.toml' # path to the shorthands file, see `MISE_SHORTHANDS_FILE`
disable_default_shorthands = false # disable the default shorthands, see `MISE_DISABLE_DEFAULT_SHORTHANDS`
# disable_tools = ['node'] # disable specific tools, generally used to turn off core tools
env_file = '.env' # load env vars from a dotenv file, see `MISE_ENV_FILE`
experimental = true # enable experimental features
# configure messages displayed when entering directories with config files
status = { missing_tools = "if_other_versions_installed", show_env = false, show_tools = false }
idiomatic_version_file_enable_tools = ["node"]