diff --git a/website/webpack.config.ts b/website/webpack.config.ts index 387c8b6d..b4d5dfdf 100644 --- a/website/webpack.config.ts +++ b/website/webpack.config.ts @@ -38,6 +38,8 @@ module.exports = { "X-Requested-With, content-type, Authorization", }, allowedHosts: "all", + host: "0.0.0.0", + port: 8080, watchFiles: [], }, module: {