diff --git a/webpack.config.js b/webpack.config.js index 504a3bf..1dd20ea 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -11,8 +11,6 @@ module.exports = { static: { directory: path.resolve(__dirname, "dist"), }, - host: '0.0.0.0', - public: 'odin-battleship.fly.dev', port: 3000, open: true, hot: true,