lustre-labs / dev-tools

Lustre's CLI and development tooling: zero-config dev server, bundling, and scaffolding.
45 stars 15 forks source link

Add outdir flag to build component :) #51

Closed hubertmalkowski closed 2 months ago

hubertmalkowski commented 2 months ago

This can come handy when using web components or server components. eg.

gleam run -m lustre/dev build component counter --outdir=../server/priv/static/
hayleigh-dot-dev commented 2 months ago

Ah great, thank you!