Created
September 9, 2026 21:33
-
-
Save airtonix/6c61883d5ca7bd527bf0adeee34d7d5f to your computer and use it in GitHub Desktop.
Minimal mise monorepo reproduction: layered monorepo_root overlays trigger monorepo_auto_discovery warning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| monorepo_root = true | |
| [env] | |
| REPRO_PLATFORM = "linux" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| monorepo_root = true | |
| [monorepo] | |
| config_roots = ["projects/child"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| monorepo_root = true | |
| [env] | |
| REPRO_PLATFORM = "unix" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [tasks.hello] | |
| description = "Minimal monorepo task" | |
| run = "printf 'hello from child\\n'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment