mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
chore(mise): use explicit monorepo config (#25575)
chore(mise): add monorepo configuration with multiple config roots
This commit is contained in:
parent
913e939606
commit
9486eed97e
1 changed files with 13 additions and 0 deletions
13
mise.toml
13
mise.toml
|
|
@ -1,5 +1,18 @@
|
|||
experimental_monorepo_root = true
|
||||
|
||||
[monorepo]
|
||||
config_roots = [
|
||||
"plugins",
|
||||
"server",
|
||||
"cli",
|
||||
"deployment",
|
||||
"mobile",
|
||||
"e2e",
|
||||
"web",
|
||||
"docs",
|
||||
".github",
|
||||
]
|
||||
|
||||
[tools]
|
||||
node = "24.13.0"
|
||||
flutter = "3.35.7"
|
||||
|
|
|
|||
Loading…
Reference in a new issue