Skip to content

Commit ecbccce

Browse files
authored
build: use online: false for browsersync (#18114)
1 parent 09dc459 commit ecbccce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/dev-server/dev-server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class DevServer {
2323
/** Options of the browser-sync server. */
2424
options: browserSync.Options = {
2525
open: false,
26+
online: false,
2627
port: this.port,
2728
notify: false,
2829
ghostMode: false,

0 commit comments

Comments
 (0)