mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
12 lines
179 B
JavaScript
12 lines
179 B
JavaScript
module.exports = {
|
|
// 开发环境配置
|
|
development: {
|
|
mainPort: 4488,
|
|
lyricPort: 4488,
|
|
},
|
|
// 生产环境配置
|
|
production: {
|
|
distPath: '../dist',
|
|
},
|
|
};
|