From c0b09db05e6fcccd8dcbce02c31c918881cbdb3c Mon Sep 17 00:00:00 2001 From: Lurkars Date: Wed, 21 Jul 2021 19:29:45 +0200 Subject: [PATCH] change port back --- front/webpack.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/webpack.config.ts b/front/webpack.config.ts index 757e934b..62fee59b 100644 --- a/front/webpack.config.ts +++ b/front/webpack.config.ts @@ -24,8 +24,8 @@ module.exports = { mode: mode, devtool: isDevelopment ? "inline-source-map" : "source-map", devServer: { - contentBase: './dist', - host: '0.0.0.0', + contentBase: "./dist", + host: "0.0.0.0", sockPort: 443, disableHostCheck: true, historyApiFallback: {