Similar to Cargo workspaces, we want to allow people to have a Mun workspace.
Effectively, this means that if they use the mun CLI within the workspace:
- it performs the specified command for all Mun packages included in the workspace; and
- compiler output is written to a shared output directory.
Good first issue process:
If this is your first PR, welcome 🎉 😄
Similar to Cargo workspaces, we want to allow people to have a Mun workspace.
Effectively, this means that if they use the
munCLI within the workspace:Good first issue process:
If this is your first PR, welcome 🎉 😄