module.exports = { devServer: { proxy: { '/api': { target: 'http://192.168.6.188:5000', changeOrigin: true, }, }, }, };