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