I can't seem to get the recursive flag to run
I'm using a workspace setup. This is my root
And this would be inside of
Then I'm trying to run
Which is true considering there's no task in my root json. but that's not the goal here...
deno.json:And this would be inside of
modules/thought/deno.json:Then I'm trying to run
deno task -r dev, which results in:Which is true considering there's no task in my root json. but that's not the goal here...
