From 039495fa9dc8fb1df1a50a0ab0d686c2c78def89 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 5 Apr 2018 04:40:54 +0000 Subject: [PATCH] chore: bind devapp to 0.0.0.0 --- tools/gulp/util/task_helpers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gulp/util/task_helpers.ts b/tools/gulp/util/task_helpers.ts index 2c7661fcf3c0..241f90fbabdd 100644 --- a/tools/gulp/util/task_helpers.ts +++ b/tools/gulp/util/task_helpers.ts @@ -135,6 +135,7 @@ export function serverTask(packagePath: string, livereload = true) { root: projectDir, livereload: livereload, port: 4200, + host: '0.0.0.0', middleware: () => { return [httpRewrite.getMiddleware([ // Rewrite the node_modules/ and dist/ folder to the real paths. This is a trick to