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
thrownewError('The Firebase Hosting Site specified by your angular.json or .firebaserc is in conflict');
}
The above piece of code prevents me from applying different configurations, so that I could invoke ng deploy -c="development".
My angular.json config looks like this:
angularfire/src/schematics/deploy/builder.ts
Lines 32 to 34 in 72d3c2e
The above piece of code prevents me from applying different configurations, so that I could invoke
ng deploy -c="development"
.My
angular.json
config looks like this:What was the reason to use only the default hosting site and throw error when I want make some changes?
The text was updated successfully, but these errors were encountered: