Skip to content

Commit 7fb2f89

Browse files
josephperrottjelbourn
authored andcommitted
chore: bind devapp to 0.0.0.0 (#10714)
1 parent e3b0a9b commit 7fb2f89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gulp/util/task_helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export function serverTask(packagePath: string, livereload = true) {
135135
root: projectDir,
136136
livereload: livereload,
137137
port: 4200,
138+
host: '0.0.0.0',
138139
middleware: () => {
139140
return [httpRewrite.getMiddleware([
140141
// Rewrite the node_modules/ and dist/ folder to the real paths. This is a trick to

0 commit comments

Comments
 (0)