From 445449d2dbf6a1da6fbe222eb6e7b1299336023f Mon Sep 17 00:00:00 2001 From: Lurkars Date: Tue, 29 Jun 2021 08:40:24 +0200 Subject: [PATCH] remove port change for sync --- front/webpack.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/webpack.config.ts b/front/webpack.config.ts index 3ca1a3ef..3bfc0a48 100644 --- a/front/webpack.config.ts +++ b/front/webpack.config.ts @@ -23,7 +23,7 @@ module.exports = { devServer: { contentBase: './dist', host: '0.0.0.0', - sockPort: 443, + sockPort: 80, disableHostCheck: true, historyApiFallback: { rewrites: [