diff options
author | bob <bcz@cs.brown.edu> | 2019-03-19 15:50:54 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-03-19 15:50:54 -0400 |
commit | 5e416c352ebfb875482f890c6362fee5f84af1f6 (patch) | |
tree | ebae4c0750c2da9194c8a5ed34c0855b4dfaa6a9 /webpack.config.js | |
parent | 4126d3b15d8a93004df4e6eefe485c9f1fb86a00 (diff) |
started to integrate Northstar. changed server port to 4321.
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index ff03181c9..5ba9dd4b5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -77,7 +77,7 @@ module.exports = { compress: false, host: "localhost", contentBase: path.join(__dirname, 'deploy'), - port: 1234, + port: 4321, hot: true, https: false, overlay: { |