修改默认端口,避免跟本地 geoserver 服务端口冲突。

This commit is contained in:
hym 2025-12-25 16:43:21 +08:00
parent 9302be89c5
commit 7970910f6b
1 changed files with 1 additions and 1 deletions

View File

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