Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Prevent Angular CLI prompts from interrupting app launch
Angular CLI could prompt the user for input about autocomplete or analytics in the middle of the make process, causing a failure to properly launch the app. Adding an environmental variable to suppress TTY avoids this.
- Loading branch information