Skip to content

Commit

Permalink
Disable host check (#26)
Browse files Browse the repository at this point in the history
* Disable host check

* Bump version
  • Loading branch information
progremir committed Mar 16, 2022
1 parent 5c2b2fa commit fd9f28b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@b12/metronome",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "index.es6.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = {
clientLogLevel: 'info',
contentBase: path.join(__dirname, 'src'),
host: '0.0.0.0',
port: 8080 // Update this port with an available port on your machine!
port: 8080, // Update this port with an available port on your machine!
disableHostCheck: true,
},
module: {
rules: [
Expand Down

0 comments on commit fd9f28b

Please sign in to comment.