@ -58,10 +58,6 @@ module.exports = withLess(
source: '/api/:path*',
destination: `${target}/api/:path*` // api代理
}
// {
// source: '/ws/:path*',
// destination: `${target.replace('http', 'ws')}/WS/:path*` // WebSocket 代理
// }
];
},
pageExtensions: ['tsx']