From 9486eed97e79d23fe116079d65b5df9e9563c6e6 Mon Sep 17 00:00:00 2001 From: Timon Date: Wed, 28 Jan 2026 14:55:11 +0100 Subject: [PATCH] chore(mise): use explicit monorepo config (#25575) chore(mise): add monorepo configuration with multiple config roots --- mise.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mise.toml b/mise.toml index dd2bfdf079..1270f03964 100644 --- a/mise.toml +++ b/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"