Command
build, new
Description
Please create an option to set the exact output path for "browser" and "server" files for application builder, to override the default browser path and avoid issues, described in #26304.
Would also be great to have some option in ng new to set this path during application/workspace initialization.
Describe the solution you'd like
As an idea: add clientFilesFolder field and give it the default value 'browser', so users could re-define it to '' to get the desired behavior. Maybe serverFilesFolder as well (or some better name).
Describe alternatives you've considered
As we found in #26627, the only existing alternative is a temporary solution that will be removed.
Command
build, new
Description
Please create an option to set the exact output path for "browser" and "server" files for
applicationbuilder, to override the defaultbrowserpath and avoid issues, described in #26304.Would also be great to have some option in
ng newto set this path during application/workspace initialization.Describe the solution you'd like
As an idea: add
clientFilesFolderfield and give it the default value'browser', so users could re-define it to''to get the desired behavior. MaybeserverFilesFolderas well (or some better name).Describe alternatives you've considered
As we found in #26627, the only existing alternative is a temporary solution that will be removed.