chore(mise): use explicit monorepo config (#25575)

chore(mise): add monorepo configuration with multiple config roots
This commit is contained in:
Timon
2026-01-28 14:55:11 +01:00
committed by GitHub
parent 913e939606
commit 9486eed97e

View File

@@ -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"