From 65e0a4fe4d35ca2d5c1b9661714b491573ea875a Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Tue, 23 Aug 2022 06:12:23 +0000 Subject: [PATCH] expose service --- angular.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/angular.json b/angular.json index 866e45b..f70c5d1 100644 --- a/angular.json +++ b/angular.json @@ -94,6 +94,9 @@ }, "serve": { "builder": "@angular-devkit/build-angular:dev-server", + "options": { + "host": "0.0.0.0" + }, "configurations": { "production": { "browserTarget": "fuse:build:production"