Skip to content

Commit

Permalink
listen on localhost (aframevr#5132)
Browse files Browse the repository at this point in the history
* listen on localhost and open in browser

* remove open: true
  • Loading branch information
vincentfretin authored Oct 11, 2022
1 parent 834d8a9 commit 6fba52f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = {
devtool: 'source-map',
mode: 'development',
devServer: {
host: 'local-ip',
port: process.env.PORT || 9000,
hot: false,
liveReload: true,
Expand Down

0 comments on commit 6fba52f

Please sign in to comment.