Skip to content

Commit

Permalink
Merge pull request #1113 from DSD-DBS/frontend-makefile-update
Browse files Browse the repository at this point in the history
fix: Prevent Angular CLI prompts from interrupting app launch
  • Loading branch information
MoritzWeber0 authored Oct 23, 2023
2 parents a8a3081 + 808776d commit feac36d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-FileCopyrightText: Copyright DB Netz AG and the capella-collab-manager contributors
# SPDX-License-Identifier: Apache-2.0

export NG_FORCE_TTY=false

dev:
ng serve --open

Expand Down

0 comments on commit feac36d

Please sign in to comment.