module.exports = { // 开发环境配置 development: { mainPort: 4488, lyricPort: 4488, }, // 生产环境配置 production: { distPath: '../dist', }, };