Skip to content

Commit

Permalink
Making website available from everywhere (so that it can be bundled i…
Browse files Browse the repository at this point in the history
…n Docker)
  • Loading branch information
moufmouf committed Aug 24, 2021
1 parent 8fafe0c commit cdbd1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
devServer: {
port: 3000,
contentBase: "dist",
host: "localhost",
host: "0.0.0.0",
disableHostCheck: true,
headers: {
"Access-Control-Allow-Origin": "*",
Expand Down

0 comments on commit cdbd1d8

Please sign in to comment.