Skip to content

Commit aacce9a

Browse files
committed
Add host to force IPv4
1 parent 67adcc5 commit aacce9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MyApp.Client/angular.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
},
5858
"serve": {
5959
"builder": "@angular-devkit/build-angular:dev-server",
60+
"options": {
61+
"host": "127.0.0.1"
62+
},
6063
"configurations": {
6164
"production": {
6265
"buildTarget": "MyApp.Client:build:production"

0 commit comments

Comments
 (0)