Skip to content

Commit

Permalink
update browserSync host & proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Sep 3, 2019
1 parent bc8cb4e commit a6c6221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ if (!mix.inProduction()) {
.sourceMaps()
.browserSync({
open: 'external',
host: 'newt.test',
proxy: 'newt.test',
host: 'urlhub.test',
proxy: 'urlhub.test',
port: 3000
})
}

0 comments on commit a6c6221

Please sign in to comment.