comment out host

This commit is contained in:
acer 2020-10-22 03:07:43 -04:00
parent f1c3c93064
commit dae792cc35

View File

@ -53,7 +53,7 @@ module.exports = {
],
devtool: "cheap-module-source-map",
devServer: {
host: '0.0.0.0',
//host: '0.0.0.0',
contentBase: "./",
compress: true,
}