2025-11-10 15:55:15 +01:00
|
|
|
experimental_monorepo_root = true
|
|
|
|
|
|
2025-09-04 18:58:42 +02:00
|
|
|
[tools]
|
2025-10-29 14:48:20 +01:00
|
|
|
node = "24.11.0"
|
2025-11-10 19:50:19 +00:00
|
|
|
flutter = "3.35.7"
|
|
|
|
|
pnpm = "10.20.0"
|
|
|
|
|
terragrunt = "0.91.2"
|
|
|
|
|
opentofu = "1.10.6"
|
|
|
|
|
|
|
|
|
|
[tools."github:CQLabs/homebrew-dcm"]
|
|
|
|
|
version = "1.30.0"
|
|
|
|
|
bin = "dcm"
|
|
|
|
|
postinstall = "chmod +x $MISE_TOOL_INSTALL_PATH/dcm"
|
2025-09-04 18:58:42 +02:00
|
|
|
|
|
|
|
|
[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"
|
|
|
|
|
env._.path = "./node_modules/.bin"
|
2025-09-04 18:10:36 -04:00
|
|
|
run = "tsc"
|
|
|
|
|
|
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 = { task = ":i18n:format-fix" }
|
2025-09-04 18:10:36 -04:00
|
|
|
|
|
|
|
|
[tasks."i18n:format-fix"]
|
2025-11-10 15:55:15 +01:00
|
|
|
dir = "i18n"
|
|
|
|
|
run = "pnpm dlx sort-json *.json"
|