diff --git a/front/webpack.config.ts b/front/webpack.config.ts index 62fee59b..37362baf 100644 --- a/front/webpack.config.ts +++ b/front/webpack.config.ts @@ -26,7 +26,7 @@ module.exports = { devServer: { contentBase: "./dist", host: "0.0.0.0", - sockPort: 443, + sockPort: 80, disableHostCheck: true, historyApiFallback: { rewrites: [{ from: /^_\/.*$/, to: "/index.html" }],