diff --git a/frontend/webpack.config.ts b/frontend/webpack.config.ts index e2655b67e..94df4d579 100644 --- a/frontend/webpack.config.ts +++ b/frontend/webpack.config.ts @@ -132,10 +132,12 @@ const config: Configuration = { devServer: { // static: path.join(__dirname, "public"), historyApiFallback: true, - host: 'localhost', + host: '0.0.0.0', open: true, port: 3333, hot: true, + compress: true, + allowedHosts: "all", }, };