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
feat(core): add support for additional project directories
Add native workspace support for additional project roots alongside the main workspace root. This enables workspaces to define multiple project directories for better organization and flexibility.
Changes include:
- New Rust module for handling additional project directories
- Updated workspace context to support multiple project roots
- Extended project graph utilities to recognize additional directories
- Updated package.json plugin creation with new API
0 commit comments