module.exports = { devServer: { proxy: { '/api': { target: 'http://192.168.10.158/', changeOrigin: true, pathRewrite: { '^/api': '' } } } } }