shamrickus commented on code in PR #6719: URL: https://github.com/apache/trafficcontrol/pull/6719#discussion_r842225881
########## dev/tpv2/run.sh: ########## @@ -16,5 +16,5 @@ set -o errexit cd "$TC/experimental/traffic-portal" -npm ci -./node_modules/.bin/ng serve --ssl --ssl-cert /server.crt --ssl-key /server.key --watch --progress --proxy-config "$TC/dev/tpv2/proxy.json" --port 443 --host "::0" --live-reload Review Comment: Looks like it's deprecated in [Angular 12](https://v12.angular.io/cli/serve) and removed in [Angular 13](https://angular.io/cli/serve). Curiously, `update.angular.io` doesn't list this as a breaking change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
