diff --git a/vue.config.js b/vue.config.js index 2277bd69..c723d660 100644 --- a/vue.config.js +++ b/vue.config.js @@ -13,10 +13,6 @@ module.exports = { devServer: { disableHostCheck: true, proxy: { - '^/ws': { - target: 'ws://' + process.env.NEKO_HOST + ':' + process.env.NEKO_PORT + '/', - ws: true, - }, '^/api': { target: 'http://' + process.env.NEKO_HOST + ':' + process.env.NEKO_PORT + '/', },