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