mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat: use mise for core dev tools (#21566)
* 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>
This commit is contained in:
parent
5fe954b3c9
commit
7bd79b551c
2 changed files with 49 additions and 0 deletions
15
mise.toml
Normal file
15
mise.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue