immich/mise.toml

50 lines
796 B
TOML
Raw Normal View History

2025-11-10 15:55:15 +01:00
experimental_monorepo_root = true
[monorepo]
config_roots = [
"plugins",
"server",
"cli",
"deployment",
"mobile",
"e2e",
"web",
"docs",
".github",
]
[tools]
node = "24.14.1"
flutter = "3.41.6"
pnpm = "10.33.0"
terragrunt = "1.0.1"
opentofu = "1.11.5"
java = "21.0.2"
[tools."github:CQLabs/homebrew-dcm"]
version = "1.35.1"
bin = "dcm"
postinstall = "chmod +x $MISE_TOOL_INSTALL_PATH/dcm"
[settings]
experimental = true
pin = true
2025-09-04 18:10:36 -04:00
2025-11-10 15:55:15 +01:00
# SDK tasks
2025-09-04 18:10:36 -04:00
[tasks."sdk:install"]
2025-11-10 15:55:15 +01:00
dir = "open-api/typescript-sdk"
2025-09-04 18:10:36 -04:00
run = "pnpm install --filter @immich/sdk --frozen-lockfile"
[tasks."sdk:build"]
2025-11-10 15:55:15 +01:00
dir = "open-api/typescript-sdk"
run = "pnpm run build"
2025-09-04 18:10:36 -04:00
2025-11-10 15:55:15 +01:00
# i18n tasks
2025-09-04 18:10:36 -04:00
[tasks."i18n:format"]
2025-11-10 15:55:15 +01:00
dir = "i18n"
run = "pnpm run format"
2025-09-04 18:10:36 -04:00
[tasks."i18n:format-fix"]
2025-11-10 15:55:15 +01:00
dir = "i18n"
run = "pnpm run format:fix"