Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince527GitHub committed Feb 24, 2024
1 parent 3b6c680 commit e4f163a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const base = {
devServer: {
contentBase: path.resolve(__dirname, 'build'),
host: '0.0.0.0',
port: process.env.PORT || 8601
port: process.env.PORT || 8601,
disableHostCheck: true
},
output: {
library: 'GUI',
Expand Down

0 comments on commit e4f163a

Please sign in to comment.