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: {