mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +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
|
experimental_monorepo_root = true
|
||||||
|
|
||||||
|
[monorepo]
|
||||||
|
config_roots = [
|
||||||
|
"plugins",
|
||||||
|
"server",
|
||||||
|
"cli",
|
||||||
|
"deployment",
|
||||||
|
"mobile",
|
||||||
|
"e2e",
|
||||||
|
"web",
|
||||||
|
"docs",
|
||||||
|
".github",
|
||||||
|
]
|
||||||
|
|
||||||
[tools]
|
[tools]
|
||||||
node = "24.13.0"
|
node = "24.13.0"
|
||||||
flutter = "3.35.7"
|
flutter = "3.35.7"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue