Commit 9819eaae by lishengfu

updatge

parent 1472093b
Showing with 1 additions and 1 deletions
...@@ -73,7 +73,7 @@ module.exports = { ...@@ -73,7 +73,7 @@ module.exports = {
pwa: {}, pwa: {},
// webpack-dev-server 相关配置 // webpack-dev-server 相关配置
devServer: { devServer: {
open: false,//process.platform === "darwin", open: true,//process.platform === "darwin",
host: "0.0.0.0", host: "0.0.0.0",
port: 8080, port: 8080,
https: false, https: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment