Skip to content

Commit

Permalink
allowed calling hot swap server from remote machines by hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed Aug 24, 2019
1 parent c62db22 commit 44bfe41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-src/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = merge(common, {
contentBase: path.resolve(__dirname + '/../web'),
hot: true,
host: '0.0.0.0',
disableHostCheck: true,
proxy: [{
context: ['/scripts', '/executions', '/conf', '/auth', '/result_files', '/admin', '/login', '/logout'],
target: 'http://localhost:5000',
Expand Down

0 comments on commit 44bfe41

Please sign in to comment.