Skip to content

Commit

Permalink
change to allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 23, 2024
1 parent d75768b commit f551899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/canvas/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ module.exports = {
mode: "production",
entry: path.resolve(__dirname, "./src/index.ts"),
devServer: {
allowedHosts: "all",
static: {
directory: path.join(__dirname, "public"),
},
compress: true,
disableHostCheck: true,
hot: true,
port: 3000,
},
Expand Down

0 comments on commit f551899

Please sign in to comment.