module.exports = { devServer: { proxy: { '/api': { 'target': 'http://127.0.0.1:5555', 'ws': true, 'changeOrigin': true } } } }