You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
only use worlds from componentize-go.toml files when not specified via CLI
Previously, we'd union all the worlds specified via the CLI _and_ via
`componentize-go.toml` files, but that can get very confusing for the user. Now
we'll only use the toml file ones as a default if none are specified via the
CLI.
0 commit comments