From afb0d10bcc7e2c9b0402317c53e6ca9de9854fc4 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 15 May 2026 10:12:35 +0100 Subject: [PATCH] Enable mise monorepo tasks --- mise.toml | 5 +++++ presto/mise.toml | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mise.toml b/mise.toml index cdbd976a..410eb230 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,8 @@ +experimental_monorepo_root = true + +[monorepo] +config_roots = ["presto", "."] + [settings] lockfile = true diff --git a/presto/mise.toml b/presto/mise.toml index a5a5524c..a01bcb06 100644 --- a/presto/mise.toml +++ b/presto/mise.toml @@ -8,15 +8,12 @@ run = ''' mpremote fs cp main.py :main.py mpremote reset ''' -dir = "{{cwd}}" [tasks.poc] run = ''' mpremote fs cp poc.py :main.py mpremote reset ''' -dir = "{{cwd}}" [tasks.emulator] run = 'pimoroni-emulator --device presto main.py' -dir = "{{cwd}}"