trunk
trunk copied to clipboard
Add workspace support
Following #804
# first build the trunk package
cargo build
# then use it as binary
cd examples/workplace
../../target/debug/trunk serve # will load the default members
../../target/debug/trunk --workspace not-default-example serve # will load the workspace 'not-default-example'
Related to
- #670
- #719
Thanks for the PR. Just a question: how's that different to the "config" argument?
And a few small things:
- [ ] Could you please add docs to the new fields, so that we got docs them too
- [ ] Add something into the docs (the book)
- [ ] use at least one conventional commit message, so that we have something in the release notes
Hi
The biggest difference is the auto-detection of the default workspace
I fixed the others problems
Any updates on this?