trunk icon indicating copy to clipboard operation
trunk copied to clipboard

Add workspace support

Open Its-Just-Nans opened this issue 11 months ago • 3 comments

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

Its-Just-Nans avatar Feb 15 '25 13:02 Its-Just-Nans

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

ctron avatar Feb 17 '25 08:02 ctron

Hi

The biggest difference is the auto-detection of the default workspace

I fixed the others problems

Its-Just-Nans avatar Feb 17 '25 16:02 Its-Just-Nans

Any updates on this?

strahlc avatar Oct 21 '25 08:10 strahlc