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
when I run ng build --prod and ng run server it writes the output into dist/browser and dist/server folders.
but when I run ng deploy using @angular/fire:deploy, it writes the output into dist/browser/dist/browser and dist/srver/dist/server
Added in 7.1.0-rc.0, there's now an outputPath option for the deploy command that isn't horrible :P e.,g set it to dist/functions. It will have a good default out of the box for fresh ng add @angular/fire@next but I didn't break prior behavior.
when I run
ng build --prod
andng run server
it writes the output intodist/browser
anddist/server
folders.but when I run
ng deploy
using@angular/fire:deploy
, it writes the output intodist/browser/dist/browser
anddist/srver/dist/server
angular.json
The text was updated successfully, but these errors were encountered: