Skip to content

Instantly share code, notes, and snippets.

@airtonix
Created September 9, 2026 21:33
Show Gist options
  • Select an option

  • Save airtonix/6c61883d5ca7bd527bf0adeee34d7d5f to your computer and use it in GitHub Desktop.

Select an option

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
monorepo_root = true
[env]
REPRO_PLATFORM = "linux"
monorepo_root = true
[monorepo]
config_roots = ["projects/child"]
monorepo_root = true
[env]
REPRO_PLATFORM = "unix"
[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