mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 08:49:01 +03:00
chore(mise): use explicit monorepo config (#25575)
chore(mise): add monorepo configuration with multiple config roots
This commit is contained in:
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user