Skip to content

Commit

Permalink
BS Tunnel option
Browse files Browse the repository at this point in the history
  • Loading branch information
rsefer committed Sep 15, 2023
1 parent 0ac7da4 commit d8b3b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/browsersync.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const buildBrowserSync = () => {
cert: process.env.SSL_CRT_PATH
} : false),
ui: false,
tunnel: project.package.sdc?.browsersync?.tunnel,
notify: {
styles: {
top: 'auto',
Expand Down

0 comments on commit d8b3b41

Please sign in to comment.