mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-05 10:09:40 +08:00
🎉 增加端口号配置
This commit is contained in:
parent
7ec79b2863
commit
af6536003e
@ -22,6 +22,8 @@ module.exports = {
|
||||
.end()
|
||||
},
|
||||
devServer: {
|
||||
// 端口配置
|
||||
port: 1888,
|
||||
// 反向代理配置
|
||||
proxy: {
|
||||
'/api': {
|
||||
|
Loading…
Reference in New Issue
Block a user