Skip to content

Commit

Permalink
disable host check on example
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 23, 2024
1 parent 66b89ba commit d75768b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/canvas/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
directory: path.join(__dirname, "public"),
},
compress: true,
disableHostCheck: true,
hot: true,
port: 3000,
},
Expand Down

0 comments on commit d75768b

Please sign in to comment.