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