mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 20:40:29 -08:00
38 lines
706 B
TOML
38 lines
706 B
TOML
experimental_monorepo_root = true
|
|
|
|
[tools]
|
|
node = "24.11.1"
|
|
flutter = "3.35.7"
|
|
pnpm = "10.22.0"
|
|
terragrunt = "0.93.10"
|
|
opentofu = "1.10.7"
|
|
java = "25.0.1"
|
|
|
|
[tools."github:CQLabs/homebrew-dcm"]
|
|
version = "1.30.0"
|
|
bin = "dcm"
|
|
postinstall = "chmod +x $MISE_TOOL_INSTALL_PATH/dcm"
|
|
|
|
[settings]
|
|
experimental = true
|
|
pin = true
|
|
|
|
# SDK tasks
|
|
[tasks."sdk:install"]
|
|
dir = "open-api/typescript-sdk"
|
|
run = "pnpm install --filter @immich/sdk --frozen-lockfile"
|
|
|
|
[tasks."sdk:build"]
|
|
dir = "open-api/typescript-sdk"
|
|
env._.path = "./node_modules/.bin"
|
|
run = "tsc"
|
|
|
|
# i18n tasks
|
|
[tasks."i18n:format"]
|
|
dir = "i18n"
|
|
run = { task = ":i18n:format-fix" }
|
|
|
|
[tasks."i18n:format-fix"]
|
|
dir = "i18n"
|
|
run = "pnpm dlx sort-json *.json"
|