Skip to content

Commit e0c0e51

Browse files
author
Paulo Pozeti
committed
Setting the serve port to 8080
1 parent b4c8731 commit e0c0e51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
"serve": {
9393
"builder": "@angular-devkit/build-angular:dev-server",
9494
"options": {
95-
"browserTarget": "sample:build"
95+
"browserTarget": "sample:build",
96+
"port": 8080
9697
},
9798
"configurations": {
9899
"production": {

0 commit comments

Comments
 (0)