netlify / angular-runtime

The Angular Runtime allows Angular to run on Netlify with zero configuration
https://docs.netlify.com/integrations/frameworks/angular/
MIT License
18 stars 7 forks source link

fix: resolves defaultProject angular.json changes #57

Closed geometricpanda closed 5 months ago

geometricpanda commented 1 year ago

In newer versions of Angular, defaultProject is no longer added to angular.json.

This change alerts the user to re-add defaultProject (not a breaking change to the schema) if there are multiple projects.

If there is a single project, this will be returned by default.