mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
* feat: use mise for core tools * feat: mise handle dart * feat: install dcm through mise * fix: enable experimental in mise config * feat: use mise.lock * chore: always pin mise use --------- Co-authored-by: bwees <brandonwees@gmail.com>
15 lines
257 B
TOML
15 lines
257 B
TOML
[tools]
|
|
node = "22.18.0"
|
|
flutter = "3.32.8"
|
|
pnpm = "10.14.0"
|
|
dart = "3.8.2"
|
|
|
|
[tools."github:CQLabs/homebrew-dcm"]
|
|
version = "1.31.4"
|
|
bin = "dcm"
|
|
postinstall = "chmod +x $MISE_TOOL_INSTALL_PATH/dcm"
|
|
|
|
[settings]
|
|
experimental = true
|
|
lockfile = true
|
|
pin = true
|