change port back

This commit is contained in:
Lurkars 2021-07-21 19:29:45 +02:00
parent fb2bd1c346
commit c0b09db05e

View file

@ -24,8 +24,8 @@ module.exports = {
mode: mode, mode: mode,
devtool: isDevelopment ? "inline-source-map" : "source-map", devtool: isDevelopment ? "inline-source-map" : "source-map",
devServer: { devServer: {
contentBase: './dist', contentBase: "./dist",
host: '0.0.0.0', host: "0.0.0.0",
sockPort: 443, sockPort: 443,
disableHostCheck: true, disableHostCheck: true,
historyApiFallback: { historyApiFallback: {