修改部分端口号,修改局域网ip

This commit is contained in:
Chopper
2021-05-17 15:40:02 +08:00
parent cd86e1de22
commit dc0cb5a76c
6 changed files with 15 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ module.exports = {
// Various Dev Server settings
host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8889, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
port: 10000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: false,
errorOverlay: true,
notifyOnErrors: true,